> Uhm, copying the php.ini file to the windows folder isn't that bad. (as it
> isn't updated)

Yes it is :)
Don't do it :)
Ini files in the windows folder have been a strongly deprecated
practice since win95 and the registry emerged.
php-{sapi}.ini is the best practice, and keep it out of a global
location to avoid collisions with installations of other versions of
PHP.
 
> I haven't explained how to set PHPRC, because I think it doesn't worth it.
> I've just used the PHPIniPath registry setting.

You should document PHPRC too as it is more portable and users might
not have rights to edit the registry on multi-user win32 servers.

--Wez.

Reply via email to