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
This commit is contained in:
John Coggeshall 2003-04-07 08:23:55 +00:00
parent 0d110278bf
commit a525226b48

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.95 $ -->
<!-- $Revision: 1.96 $ -->
<chapter id="configuration">
<title>Configuration</title>
@ -24,6 +24,13 @@
environment variable <literal>PHPRC</literal> for an additional path to
search for a &php.ini; file.
</para>
<note>
<para>
The Apache web server changes the directory to root at startup causing
PHP to attempt to read <filename>php.ini</filename> from the root
filesystem if it exists.
</para>
</note>
<para>
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