From: Dmitry Stogov Date: Thu, 21 Jun 2007 09:02:21 +0000 (+0000) Subject: Fixed default values X-Git-Tag: php-5.2.4RC1~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f82777275516804728b275d91777698dfb482c7;p=php Fixed default values --- diff --git a/php.ini-dist b/php.ini-dist index a8d96b13b0..3a210dfb2a 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -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 diff --git a/php.ini-recommended b/php.ini-recommended index 9f6b6f6910..07fe25c61d 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -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