sniper Sun May 27 18:04:11 2007 UTC Modified files: (Branch: PHP_5_2) /php-src php.ini-dist php.ini-recommended Log: MFH: add missing entries, these are in PHP_4_4 branch.. http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?r1=1.231.2.10.2.18&r2=1.231.2.10.2.19&diff_format=u Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.231.2.10.2.18 php-src/php.ini-dist:1.231.2.10.2.19 --- php-src/php.ini-dist:1.231.2.10.2.18 Tue May 22 13:27:16 2007 +++ php-src/php.ini-dist Sun May 27 18:04:10 2007 @@ -496,6 +496,14 @@ ; cause security issues, KNOW WHAT YOU ARE DOING FIRST. ; cgi.redirect_status_env = ; +; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's +; 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 +; to use SCRIPT_FILENAME rather than PATH_TRANSLATED. +; cgi.fix_pathinfo=0 + ; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate ; security tokens of the calling client. This allows IIS to define the ; security context that the request runs under. mod_fastcgi under Apache http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?r1=1.179.2.11.2.19&r2=1.179.2.11.2.20&diff_format=u Index: php-src/php.ini-recommended diff -u php-src/php.ini-recommended:1.179.2.11.2.19 php-src/php.ini-recommended:1.179.2.11.2.20 --- php-src/php.ini-recommended:1.179.2.11.2.19 Fri May 25 19:25:15 2007 +++ php-src/php.ini-recommended Sun May 27 18:04:10 2007 @@ -544,6 +544,14 @@ ; cause security issues, KNOW WHAT YOU ARE DOING FIRST. ; cgi.redirect_status_env = ; +; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's +; 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 +; to use SCRIPT_FILENAME rather than PATH_TRANSLATED. +; cgi.fix_pathinfo=1 + ; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate ; security tokens of the calling client. This allows IIS to define the ; security context that the request runs under. mod_fastcgi under Apache
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php