Sorry. I forgot to mention, I'm talking about the Windows pre-compiled versions of PHP. With Sambar Server, only the dll is recorded. There is no opportunity to supply any additional parameters.

Another alternative would be to allow the single INI file have PHP5 and PHP6 entries.

Essentially, for me, it is the extension directory. As you cannot load a PHP6 extension into PHP5 or vice-versa, having to indicate which directory contains the extensions is important.

Sorry for the lack of info on this.

Richard.

D. Dante Lorenso wrote:
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

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to