diff --git a/appendices/ini.xml b/appendices/ini.xml index 6056ff6970..823f98ebc7 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -257,6 +257,12 @@ PHP_INI_SYSTEM + + cgi.check_shebang_line + "1" + PHP_INI_SYSTEM + Available since PHP 5.2.0. + cgi.discard_path "0" @@ -3420,6 +3426,12 @@ &php.ini; only + + cgi.check_shebang_line + "1" + PHP_INI_SYSTEM + Available since PHP 5.2.0. + cgi.fix_pathinfo "1" @@ -3560,6 +3572,23 @@ include_path=".;c:\php\includes" + + + cgi.check_shebang_line + boolean + + + + Controls whether CGI PHP checks for line starting with #! (shebang) + at the top of the running script. This line might be needed if the + script support running both as stand-alone script and via PHP CGI. + PHP in CGI mode skips this line and ignores its content if this + directive is turned on. + + + + + cgi.fix_pathinfo