From c1dea783e1b8682c3ec624bd1349cf5d1d2c2751 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 28 Apr 2003 15:51:09 +0000 Subject: [PATCH] Fixed description on Apache / CGI combination issue. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124908 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index 3830f55129..868092028d 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -26,9 +26,9 @@ - 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. + The Apache web server changes the working directory to root at startup + causing the CGI version of PHP to attempt to + read php.ini from the root filesystem if it exists.