dmitry          Thu Jun 21 09:01:57 2007 UTC

  Modified files:              
    /php-src    php.ini-dist php.ini-recommended 
  Log:
  Fixed default values
  
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?r1=1.265&r2=1.266&diff_format=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.265 php-src/php.ini-dist:1.266
--- php-src/php.ini-dist:1.265  Sun May 27 18:04:32 2007
+++ php-src/php.ini-dist        Thu Jun 21 09:01:57 2007
@@ -425,7 +425,7 @@
 ; 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
 
http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?r1=1.215&r2=1.216&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.215 php-src/php.ini-recommended:1.216
--- php-src/php.ini-recommended:1.215   Sun May 27 18:04:32 2007
+++ php-src/php.ini-recommended Thu Jun 21 09:01:57 2007
@@ -460,7 +460,7 @@
 ; 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
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to