Hello, Is there some mechanism with PHP 4.1 on Win32/IIS (ISAPI module) allowing to define some initialisation settings per website ?
Something along the line of Apache php_value/php_flag instructions that can be set in its httpd.conf file within virtual-sites settings : php_value include_path ".:/usr/local/lib/php" php_flag safe_mode on Or possibility to have the ISAPI module load an additional php.ini local to the site in addition to the global one in %SYSTEM% ? phpinfo() lists "local" settings and "global" settings. Are those necessarily the same with PHP ISAPI on IIS ? Thanks for any answer or suggestions, -- Olivier Mascia <[EMAIL PROTECTED]> -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]