From c613b59419156c13f84b423bcb2a0b46a9fef001 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Thu, 21 Dec 2006 02:20:49 +0000 Subject: [PATCH] document cgi.check_shebang_line git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@225451 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) 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