SOURCES: php-cgi-fcgi.ini - enable cgi.fix_pathinfo by default

glen glen at pld-linux.org
Wed Jul 2 18:08:44 CEST 2008


Author: glen                         Date: Wed Jul  2 16:08:44 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- enable cgi.fix_pathinfo by default

---- Files affected:
SOURCES:
   php-cgi-fcgi.ini (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/php-cgi-fcgi.ini
diff -u SOURCES/php-cgi-fcgi.ini:1.3 SOURCES/php-cgi-fcgi.ini:1.4
--- SOURCES/php-cgi-fcgi.ini:1.3	Wed Sep  5 18:37:10 2007
+++ SOURCES/php-cgi-fcgi.ini	Wed Jul  2 18:08:38 2008
@@ -34,7 +34,7 @@
 ; 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 1.  You should fix your scripts
 ; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.
-; cgi.fix_pathinfo=0
+cgi.fix_pathinfo=1
 
 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
 ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/php-cgi-fcgi.ini?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list