irc-html                Wed Jan 16 22:08:22 2002 EDT

  Modified files:              
    /phpdoc/en/functions        info.xml 
  Log:
  info.phpversion:  added note about PHP_VERSION constant
  
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/functions/info.xml:1.84 phpdoc/en/functions/info.xml:1.85
--- phpdoc/en/functions/info.xml:1.84   Wed Jan  2 16:29:01 2002
+++ phpdoc/en/functions/info.xml        Wed Jan 16 22:08:21 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.84 $ -->
+<!-- $Revision: 1.85 $ -->
  <reference id="ref.info">
   <title>PHP options &amp; information</title>
   <titleabbrev>PHP options/info</titleabbrev>
@@ -689,7 +689,7 @@
      </example>
     </para>
     <para>
-     See alse <function>date</function>,
+     See also <function>date</function>,
      <function>getmyuid</function>,
      <function>getmygid</function>,
      <function>get_current_user</function>,
@@ -1504,7 +1504,7 @@
     </para>
     <para>
      The output may be customized by passing one or more of the
-     following values sumed together in the optional parameter
+     following values summed 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>
@@ -1550,6 +1550,13 @@
     <para>
      Returns a string containing the version of the currently running
      PHP parser.
+    </para>
+    <note>
+     <para>
+      This information is also available in the predefined constant PHP_VERSION.
+     </para>
+    </note>
+    <para>
      <example>
       <title>phpversion() example</title>
       <programlisting role="php">
@@ -1583,13 +1590,11 @@
       <void/>
      </funcprototype>
     </funcsynopsis>
-    <para>
-     <note>
-      <para>
-       This funcionality was added in PHP 4 Beta 4.
-      </para>
-     </note>
-    </para>
+    <note>
+     <para>
+      This funcionality was added in PHP 4 Beta 4.
+     </para>
+    </note>
     <para>
      See also <function>phpinfo</function>.
      <function>phpversion</function>,
@@ -1885,13 +1890,11 @@
       <void/>
      </funcprototype>
     </funcsynopsis>
-    <para>
-     <note>
-      <para>
-       This funcionality was added in PHP 4 Beta 4.
-      </para>
-     </note>
-    </para>
+    <note>
+     <para>
+      This funcionality was added in PHP 4 Beta 4.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 


Reply via email to