]> granicus.if.org Git - php/commitdiff
Fixed default values
authorDmitry Stogov <dmitry@php.net>
Thu, 21 Jun 2007 09:01:57 +0000 (09:01 +0000)
committerDmitry Stogov <dmitry@php.net>
Thu, 21 Jun 2007 09:01:57 +0000 (09:01 +0000)
php.ini-dist
php.ini-recommended

index aaa37278c2f90625412c2d526cd3d86381e8631e..4d9d4864106f42608c789a9747a41eb7365cf082 100644 (file)
@@ -425,7 +425,7 @@ extension_dir = "./"
 ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
 ; what PATH_INFO is.  For more information on PATH_INFO, see the cgi specs.  Setting
 ; this to 1 will cause PHP CGI to fix it's paths to conform to the spec.  A setting
-; of zero causes PHP to behave as before.  Default is zero.  You should fix your scripts
+; of zero causes PHP to behave as before.  Default is 1.  You should fix your scripts
 ; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.
 ; cgi.fix_pathinfo=0
 
index 34bf87e9f0b1349debe12e366fce8fb9ec490703..7cc66e6097ec45ca84ffd35196093731b7031636 100644 (file)
@@ -460,7 +460,7 @@ extension_dir = "./"
 ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
 ; what PATH_INFO is.  For more information on PATH_INFO, see the cgi specs.  Setting
 ; this to 1 will cause PHP CGI to fix it's paths to conform to the spec.  A setting
-; of zero causes PHP to behave as before.  Default is zero.  You should fix your scripts
+; of zero causes PHP to behave as before.  Default is 1.  You should fix your scripts
 ; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.
 ; cgi.fix_pathinfo=1