php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #29166 Missing Instructions
Submitted: 2004-07-14 23:14 UTC Modified: 2004-08-07 18:32 UTC
From: dhoang at walla dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: ALL
Private report: No CVE-ID: None
 [2004-07-14 23:14 UTC] 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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-07 18:32 UTC] vrana@php.net
Documented by Nuno in the manual CVS. install.txt will be generated from it.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Aug 04 20:00:02 2025 UTC