Re: [PHP-DEV] Extending SAPI specific php.ini to include, at least,major version.

2006-06-13 Thread Richard Quadling
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

Re: [PHP-DEV] Extending SAPI specific php.ini to include, at least, major version.

2006-06-12 Thread 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-pa

[PHP-DEV] Extending SAPI specific php.ini to include, at least, major version.

2006-06-12 Thread Richard Quadling
Hi. The ability to create a SAPI specific php.ini file (php-cli.ini, php-isapi.ini, etc) for PHP5 is excellent. This allows me to run PHP4 as CGI and PHP5 as ISAPI on the same webserver (I use Sambar Server). Now that I'm starting to look at PHP6, I would like to run PHP4, PHP5 AND PHP6 on the