Minor fixes / changes to global ini.xml

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319496 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nikita Popov 2011-11-18 17:43:18 +00:00
parent 1a7e588d98
commit b1798ccb79

View file

@ -5098,7 +5098,7 @@ include_path=".;c:\php\includes"
</term>
<listitem>
<para>
Controls whether <literal>CGI</literal> PHP checks for line starting
Controls whether <acronym>CGI</acronym> PHP checks for line starting
with <literal>#!</literal> (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 <acronym>CGI</acronym>. PHP in
@ -5145,10 +5145,8 @@ include_path=".;c:\php\includes"
</para>
<note>
<para>
Windows Users: You <emphasis>can</emphasis> safely turn this off for
IIS, in fact, you <emphasis>must</emphasis>.
To get OmniHTTPD or Xitami to work you <emphasis>must</emphasis> turn
it off.
Windows Users: When using IIS this option <emphasis>must</emphasis>
be turned off. For OmniHTTPD or Xitami the same applies.
</para>
</note>
</listitem>