ID: 29166 Updated by: [EMAIL PROTECTED] Reported By: dhoang at walla dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: ALL PHP Version: Irrelevant New Comment:
Documented by Nuno in the manual CVS. install.txt will be generated from it. Previous Comments: ------------------------------------------------------------------------ [2004-07-14 23:14:06] dhoang at walla dot com Description: ------------ This is not really a bug, rather it is a suggestion to who prepared the "install.txt" file. In the "install.txt" where "Installing PHP for Apache as module", there is a missing option for where the php.ini can be located. Where do I have to put the php.ini ? The php.ini files is only searched in two places: 1) in your Apache installation directory (e.g. c:\apache\apache) 2) in your %SYSTEMROOT% directory. This is option 3) add a directive: PHPIniDir "C:/PHP" into your httpd.conf or srm.conf. Replace "C:/PHP" by the directory path where your php.ini located. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29166&edit=1