tony2001                Mon Oct  2 15:09:08 2006 UTC

  Modified files:              
    /phpdoc/en/reference/dbase  reference.xml 
  Log:
  document recent 'F' support addition
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/dbase/reference.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/dbase/reference.xml
diff -u phpdoc/en/reference/dbase/reference.xml:1.8 
phpdoc/en/reference/dbase/reference.xml:1.9
--- phpdoc/en/reference/dbase/reference.xml:1.8 Sun Sep  4 19:39:10 2005
+++ phpdoc/en/reference/dbase/reference.xml     Mon Oct  2 15:09:07 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- Purpose: database.vendors -->
 <!-- Membership: bundled, external -->
 
@@ -29,7 +29,7 @@
          <entry>Field</entry>
          <entry>dBase Type</entry>
          <entry>Format</entry>
-         <entry>Additional informations</entry>
+         <entry>Additional information</entry>
         </row>
        </thead>
        <tbody>
@@ -68,6 +68,12 @@
          <literal>F</literal> or <literal>N</literal> for &false;</entry>
          <entry>Stored and returned as an integer (1 or 0)</entry>
         </row>
+        <row>
+         <entry><literal>F</literal></entry>
+         <entry>Float</entry>
+         <entry>A float number</entry>
+         <entry>Support for this type of field was added in PHP 5.2.0</entry>
+        </row>
        </tbody>
       </tgroup>
      </table>

Reply via email to