From a525226b4825d6bd87dd6cb08c93f6f10d6fe786 Mon Sep 17 00:00:00 2001 From: John Coggeshall Date: Mon, 7 Apr 2003 08:23:55 +0000 Subject: [PATCH] Added a brief note that points out Apache does a cd / when starting up causing /php.ini to be read (from the CWD) instead of the defined path. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122763 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/chapters/config.xml b/chapters/config.xml index 1fef27c793..3830f55129 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -24,6 +24,13 @@ environment variable PHPRC for an additional path to search for a &php.ini; file. + + + The Apache web server changes the directory to root at startup causing + PHP to attempt to read php.ini from the root + filesystem if it exists. + + Not every PHP directive is documented below. For a list of all directives, please read your well commented &php.ini; file. You may want to view the