philip          Mon Apr 25 12:10:51 2005 EDT

  Modified files:              
    /phpdoc/en/reference/var/functions  doubleval.xml 
  Log:
  Implement new alias doc style and changelog refsect as this has been an
  alias since PHP 4.2.0
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/doubleval.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/var/functions/doubleval.xml
diff -u phpdoc/en/reference/var/functions/doubleval.xml:1.3 
phpdoc/en/reference/var/functions/doubleval.xml:1.4
--- phpdoc/en/reference/var/functions/doubleval.xml:1.3 Thu Jan 13 21:29:17 2005
+++ phpdoc/en/reference/var/functions/doubleval.xml     Mon Apr 25 12:10:51 2005
@@ -1,23 +1,43 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="function.doubleval">
  <refnamediv>
   <refname>doubleval</refname>
-  <refpurpose>Alias of <function>floatval</function></refpurpose>
+  <refpurpose>&Alias; <function>floatval</function></refpurpose>
  </refnamediv>
+
  <refsect1 role="description">
   &reftitle.description;
+  <simpara>
+   &info.function.alias;
+   <function>floatval</function>.
+  </simpara>
+ </refsect1>
+
+ <refsect1 role="changelog">
+  &reftitle.changelog;
   <para>
-   This function is an alias of <function>floatval</function>.
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>4.2.0</entry>
+       <entry>
+        <function>doubleval</function> became an alias of 
+        <function>floatval</function>. Before this time, only
+        <function>doubleval</function> existed.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
   </para>
-  <note>
-   <para>
-    This alias is a left-over from a function-renaming. In older versions of
-    PHP you'll need to use this alias of the <function>floatval</function>
-    function, because <function>floatval</function> wasn't yet available in
-    that version. 
-   </para>
-  </note>
  </refsect1>
 </refentry>
 

Reply via email to