nlopess Fri Dec 22 14:34:39 2006 UTC
Modified files:
/phpdoc/en/appendices ini.xml
Log:
tabs -> spaces
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/ini.xml?r1=1.43&r2=1.44&diff_format=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.43 phpdoc/en/appendices/ini.xml:1.44
--- phpdoc/en/appendices/ini.xml:1.43 Thu Dec 21 02:20:49 2006
+++ phpdoc/en/appendices/ini.xml Fri Dec 22 14:34:39 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.43 $ -->
+<!-- $Revision: 1.44 $ -->
<appendix id="ini">
<title>&php.ini; directives</title>
@@ -3580,11 +3580,11 @@
<listitem>
<para>
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.
- </para>
+ 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.
+ </para>
</listitem>
</varlistentry>