From b1798ccb79b88ffffbd62eeb6500a1042d5f0f76 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 18 Nov 2011 17:43:18 +0000 Subject: [PATCH] Minor fixes / changes to global ini.xml git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319496 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index 353eef0e77..6b70c59a7b 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -5098,7 +5098,7 @@ include_path=".;c:\php\includes" - Controls whether CGI PHP checks for line starting + 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 @@ -5145,10 +5145,8 @@ include_path=".;c:\php\includes" - Windows Users: You can safely turn this off for - IIS, in fact, you must. - To get OmniHTTPD or Xitami to work you must turn - it off. + Windows Users: When using IIS this option must + be turned off. For OmniHTTPD or Xitami the same applies.