dmitry Thu Jun 21 09:02:21 2007 UTC Modified files: (Branch: PHP_5_2) /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.231.2.10.2.19&r2=1.231.2.10.2.20&diff_format=u Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.231.2.10.2.19 php-src/php.ini-dist:1.231.2.10.2.20 --- php-src/php.ini-dist:1.231.2.10.2.19 Sun May 27 18:04:10 2007 +++ php-src/php.ini-dist Thu Jun 21 09:02:21 2007 @@ -500,7 +500,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.179.2.11.2.20&r2=1.179.2.11.2.21&diff_format=u Index: php-src/php.ini-recommended diff -u php-src/php.ini-recommended:1.179.2.11.2.20 php-src/php.ini-recommended:1.179.2.11.2.21 --- php-src/php.ini-recommended:1.179.2.11.2.20 Sun May 27 18:04:10 2007 +++ php-src/php.ini-recommended Thu Jun 21 09:02:21 2007 @@ -548,7 +548,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