php ini cgi.fix_pathinfo

cgi.fix_pathinfo provides real PATH_INFO and PATH_TRANSLATED support. PHP is previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok what PATH_INFO is.

cgi.fix_pathinfo = 1

For more information on PATH_INFO and PATH_TRANSLATED.Setting this to 1 will cause PHP CGI to fix its paths to conform to the spec.





Content