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