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 same web server (yes - I'm a greedy glutton). 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. If php_ini.c (/* $Id: php_ini.c,v 1.142 2006/03/08 14:41:45 iliaa Exp $ */) Lines 431 to 440 could be extended to include the major version number, then we could have php5-cli.ini, php5-isapi.ini php6-cli.ini, php6-isapi.ini My next issue would relate to how the webserver picks up the DLLs and gets them into usage. Is it just on the internal function names? If so, I think I'll have an issue here too if the names are the same - and I can initially see no reason why they won't be the same. Kind regards, Richard Quadling. -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php