dams            Thu Jul 19 05:20:23 2001 EDT

  Modified files:              
    /phpdoc/en/functions        info.xml 
  Log:
  Simplifiyed the "ored" concept in phpinfo.
  
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/functions/info.xml:1.56 phpdoc/en/functions/info.xml:1.57
--- phpdoc/en/functions/info.xml:1.56   Wed Jul 18 09:37:26 2001
+++ phpdoc/en/functions/info.xml        Thu Jul 19 05:20:23 2001
@@ -1144,9 +1144,10 @@
      options, HTTP headers, and the PHP License.
     </para>
    <para>
-   The output may be customized by passing one or more of the
-     following values ored together in the optional parameter
-     <parameter>what</parameter>.
+     The output may be customized by passing one or more of the
+     following values sumed together in the optional parameter
+     <parameter>what</parameter> (one can also combine them together
+     with the <link linkend="language.operators.bitwise">or</link> operator.
    <itemizedlist>
     <listitem><simpara>INFO_GENERAL</simpara></listitem>
     <listitem><simpara>INFO_CREDITS</simpara></listitem>


Reply via email to