How about mentioning this in the manual? Would be helpful.

Happy new year to all

Christoph

"Shane Caraveo" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
| Yes, you can use the registry to do per-directory settings.
|
| HKEY_LOCAL_MACHINE\SOFTWARE\PHP\Per Directory Values
|
| Create keys for each directory, then add the entries.  So if you're
| website is at c:\inetpub\wwwroot, under the above key, add:
|
| HKEY_LOCAL_MACHINE\SOFTWARE\PHP\Per Directory Values\c\inetpub\wwwroot\
|
| Then add the ini entries.
|
|
| Olivier Mascia wrote:
| >
| > 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]



-- 
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]

Reply via email to