nlopess         Fri May 21 09:39:54 2004 EDT

  Modified files:              
    /phpdoc/en/reference/info/functions phpinfo.xml 
  Log:
  fix #28405: correcting the note about output
  
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/phpinfo.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/info/functions/phpinfo.xml
diff -u phpdoc/en/reference/info/functions/phpinfo.xml:1.9 
phpdoc/en/reference/info/functions/phpinfo.xml:1.10
--- phpdoc/en/reference/info/functions/phpinfo.xml:1.9  Thu Feb 26 10:34:37 2004
+++ phpdoc/en/reference/info/functions/phpinfo.xml      Fri May 21 09:39:53 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
   <refentry id="function.phpinfo">
    <refnamediv>
@@ -146,9 +146,8 @@
     </note>
     <note>
      <para>
-      Since PHP 4.3.0, if <link linkend="ini.html-errors">html_errors</link>
-      is <literal>off</literal>, <function>phpinfo</function> outputs plain
-      text instead of HTML.
+      <function>phpinfo</function> outputs plain text instead of HTML when
+      using the CLI mode.
      </para>
     </note>
     <para>

Reply via email to