From 34244cfcb335b507c10b25dcf21c455cf72cd274 Mon Sep 17 00:00:00 2001 From: Daniel Egeberg Date: Wed, 24 Feb 2010 09:51:01 +0000 Subject: [PATCH] Fixed mistake. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295459 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index 818c73d014..00dff784f9 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -5013,7 +5013,7 @@ include_path=".;c:\php\includes" PATH_TRANSLATED support for CGI. PHP's previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok what - PATH_INFOis. For more information on + PATH_INFO is. For more information on PATH_INFO, see the CGI specs. Setting this to 1 will cause PHP CGI to fix its paths to conform to the spec. A