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

index a8d96b13b03c649481abb5c6bca0895efdb75018..3a210dfb2afb873a2c1b2cbcb712eb8faf6ee4eb 100644 (file)
@@ -500,7 +500,7 @@ enable_dl = On
 ; 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 9f6b6f6910a20b958eb5cf39cb4ae036d06a22a8..07fe25c61dd9fac76584d2d7daca38bd4d7e97d9 100644 (file)
@@ -548,7 +548,7 @@ enable_dl = On
 ; 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