Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24095 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97370 invoked by uid 1010); 12 Jun 2006 16:38:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97355 invoked from network); 12 Jun 2006 16:38:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jun 2006 16:38:44 -0000 X-PHP-List-Original-Sender: dante@vocalspace.com X-Host-Fingerprint: 69.56.193.72 fox02.stravio.com Linux 2.5 (sometimes 2.4) (4) Received: from ([69.56.193.72:37427] helo=fox02.stravio.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id AA/07-00253-4989D844 for ; Mon, 12 Jun 2006 12:38:44 -0400 Received: from [127.0.0.1] (unknown [66.243.31.162]) by fox02.stravio.com (Postfix) with ESMTP id 6AEB226C287; Mon, 12 Jun 2006 11:38:39 -0500 (CDT) Message-ID: <448D988C.40601@vocalspace.com> Date: Mon, 12 Jun 2006 11:38:36 -0500 User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: RQuadling@GoogleMail.com Cc: internals@lists.php.net References: <10845a340606120614t6059fc24wa7bc2af74572cc11@mail.gmail.com> In-Reply-To: <10845a340606120614t6059fc24wa7bc2af74572cc11@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Extending SAPI specific php.ini to include, at least, major version. From: dante@vocalspace.com ("D. Dante Lorenso") Richard Quadling wrote: > But the issue of having the same php.ini for PHP5 and PHP6 (both are > php-isapi.ini) is a pain and stops me from playing with them together. Can't you just configure PHP when you compile it with the following option: ./configure ... --with-config-file-path=/path/to/php6ini/ \ ... Then specify your own PHP ini search path and use different ones for each version you compile. No changes to PHP, and your problem is solved. Dante