> goba Sun Jun 13 10:31:25 2004 EDT > > Modified files: > /phpdoc/en/install/windows manual.xml > Log: > Added more info on where to look for ini stuff.Seems like I understand the search path. Implication: without PHPRC set, PHP 4 SAPI modules will not find the php.ini file if it is located in the PHP folder - this is why PHP 5 packages have all things in the root PHP folder. I'll update the docs later.
Some more infos about this: * I have Apache 2 and PHP 5 and I have to copy the php.ini file to the windows folder, or otherwise it won't work * If I enable the mysql extension, I need to copy the libmysql.dll file to the windows\system32 folder (and the PHP directory is in the path!) Nuno