mboeren         Wed Jul  9 12:40:04 2003 EDT

  Modified files:              
    /phpdoc/en/reference/dbx    constants.xml reference.xml 
    /phpdoc/en/reference/dbx/functions  dbx-connect.xml 
  Log:
  Document addition of SQLite support in DBX (Marc).
  
  
Index: phpdoc/en/reference/dbx/constants.xml
diff -u phpdoc/en/reference/dbx/constants.xml:1.6 
phpdoc/en/reference/dbx/constants.xml:1.7
--- phpdoc/en/reference/dbx/constants.xml:1.6   Wed May 28 19:03:07 2003
+++ phpdoc/en/reference/dbx/constants.xml       Wed Jul  9 12:40:04 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
  <section id="constants.dbx">
  &reftitle.constants;
  &extension.constants;
@@ -74,6 +74,17 @@
      <term>
       <constant>DBX_SYBASECT</constant> 
       (<type>integer</type>)
+     </term>
+     <listitem>
+      <simpara>
+       
+      </simpara>
+     </listitem>
+    </varlistentry>
+    <varlistentry>
+     <term>
+      <constant>DBX_SQLITE</constant> 
+      (<type>integer</type>) (cvs only)
      </term>
      <listitem>
       <simpara>
Index: phpdoc/en/reference/dbx/reference.xml
diff -u phpdoc/en/reference/dbx/reference.xml:1.11 
phpdoc/en/reference/dbx/reference.xml:1.12
--- phpdoc/en/reference/dbx/reference.xml:1.11  Wed Nov 27 19:42:43 2002
+++ phpdoc/en/reference/dbx/reference.xml       Wed Jul  9 12:40:04 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 
 <!-- 
     If anyone from the translator group has problems with the 
@@ -65,6 +65,11 @@
       <listitem>
        <simpara>
         <link linkend="ref.oci8">Oracle (oci8)</link> (available from PHP 4.3.0).
+       </simpara>
+      </listitem>
+      <listitem>
+       <simpara>
+        <link linkend="ref.sqlite">SQLite</link> (cvs only).
        </simpara>
       </listitem>
      </itemizedlist>
Index: phpdoc/en/reference/dbx/functions/dbx-connect.xml
diff -u phpdoc/en/reference/dbx/functions/dbx-connect.xml:1.6 
phpdoc/en/reference/dbx/functions/dbx-connect.xml:1.7
--- phpdoc/en/reference/dbx/functions/dbx-connect.xml:1.6       Tue Feb 11 18:13:12 
2003
+++ phpdoc/en/reference/dbx/functions/dbx-connect.xml   Wed Jul  9 12:40:04 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/dbx.xml, last change in rev 1.3 -->
   <refentry id="function.dbx-connect">
    <refnamediv>
@@ -67,6 +67,11 @@
       <listitem>
        <simpara>
         <constant>DBX_OCI8</constant> or "oci8" (available from PHP 4.3.0)
+       </simpara>
+      </listitem>
+      <listitem>
+       <simpara>
+        <constant>DBX_SQLITE</constant> or "sqlite" (cvs only)
        </simpara>
       </listitem>
      </itemizedlist>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to