nlopess         Sat May 22 04:52:07 2004 EDT

  Modified files:              
    /phpdoc/en/features commandline.xml 
  Log:
  fix -i swith output. Patch by Voytsekhovskyy Alexander
  
http://cvs.php.net/diff.php/phpdoc/en/features/commandline.xml?r1=1.31&r2=1.32&ty=u
Index: phpdoc/en/features/commandline.xml
diff -u phpdoc/en/features/commandline.xml:1.31 phpdoc/en/features/commandline.xml:1.32
--- phpdoc/en/features/commandline.xml:1.31     Sun Mar 21 12:00:21 2004
+++ phpdoc/en/features/commandline.xml  Sat May 22 04:52:07 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->
 <chapter id="features.commandline">
  <title>Using PHP from the command line</title>
  <!-- NEW DOCUMENTATION STARTS -->
@@ -769,8 +769,8 @@
        out the results. If <literal>PHP</literal> is not working correctly, it is
        advisable to use <literal>php -i</literal> and see whether any error
        messages are printed out before or in place of the information tables.
-       Beware that the output is in <literal>HTML</literal> and therefore
-       quite huge.
+       Beware that when using the CGI mode the output is in <literal>HTML</literal> 
+       and therefore quite huge.
       </entry>
      </row>
      <row>


Reply via email to