helly           Fri Nov 29 06:32:52 2002 EDT

  Modified files:              
    /phpdoc/en/reference/dba    configure.xml reference.xml 
  Log:
  Update handler configuration and information
  
  
Index: phpdoc/en/reference/dba/configure.xml
diff -u phpdoc/en/reference/dba/configure.xml:1.1 
phpdoc/en/reference/dba/configure.xml:1.2
--- phpdoc/en/reference/dba/configure.xml:1.1   Mon Nov 25 18:49:20 2002
+++ phpdoc/en/reference/dba/configure.xml       Fri Nov 29 06:32:52 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="dba.installation">
  &reftitle.install;
  <para>
@@ -26,7 +26,7 @@
        <option role="configure">--with-dbm[=DIR]</option>.
       </entry>
      </row>
-
+
      <row>
       <entry><literal>ndbm</literal></entry>
      <entry>
@@ -34,7 +34,7 @@
       <option role="configure">--with-ndbm[=DIR]</option>.
      </entry>
     </row>
-
+
      <row>
       <entry><literal>gdbm</literal></entry>
      <entry>
@@ -42,23 +42,54 @@
       <option role="configure">--with-gdbm[=DIR]</option>.
      </entry>
     </row>
-
+
     <row>
      <entry><literal>db2</literal></entry>
      <entry>
       To enable support for db2 add
       <option role="configure">--with-db2[=DIR]</option>.
+      <note>
+       <para>
+        db2 conflicts with db3 and db4.
+       </para>
+      </note>
      </entry>
     </row>
-
+
     <row>
       <entry><literal>db3</literal></entry>
      <entry>
       To enable support for db3 add
       <option role="configure">--with-db3[=DIR]</option>.
+      <note>
+       <para>
+        db3 conflicts with db2 and db4.
+       </para>
+      </note>
+     </entry>
+    </row>
+
+    <row>
+      <entry><literal>db4</literal></entry>
+     <entry>
+      To enable support for db4 add
+      <option role="configure">--with-db4[=DIR]</option>.
+      <note>
+       <para>
+        db4 conflicts with db2 and db3.
+       </para>
+      </note>
+      <note>
+       <para>
+        This was added in PHP 4.4.0. In earlier version you need to use
+        <option role="configure">--with-db3=DIR</option> with DIR being the
+        path to db4 librarie. It is not possible to use db versions starting 
+        from 4.1 with PHP prior to version 4.3.0.
+       </para>
+      </note>
      </entry>
     </row>
-
+
     <row>
       <entry><literal>cdb</literal></entry>
      <entry>
@@ -89,11 +120,19 @@
      </entry>
     </row>
     </tbody>
-  </tgroup>
- </table>
+   </tgroup>
+  </table>
+  <note>
+   <para>
+    Up to PHP 4.3.0 you are able to add both db2 and db3 handler but only one
+    of them can be used internally. That means that you cannot have both file 
+    formats. Starting with PHP 4.4.0 there is a configuration check avoid such
+    missconfigurations.
+   </para>
+  </note>
  </para>
-</section>
-
+</section>
+
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
@@ -113,4 +152,4 @@
 vim600: syn=xml fen fdm=syntax fdl=2 si
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
--->
+-->
Index: phpdoc/en/reference/dba/reference.xml
diff -u phpdoc/en/reference/dba/reference.xml:1.9 
phpdoc/en/reference/dba/reference.xml:1.10
--- phpdoc/en/reference/dba/reference.xml:1.9   Mon Nov 25 18:49:20 2002
+++ phpdoc/en/reference/dba/reference.xml       Fri Nov 29 06:32:52 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
  <reference id="ref.dba">
   <title>Database (dbm-style) abstraction layer functions</title>
   <titleabbrev>dba</titleabbrev>
@@ -82,6 +82,14 @@
         <entry>
          DB3 is <ulink url="&url.sleepycat;">Sleepycat Software's
          DB3</ulink>.
+        </entry>
+       </row>
+
+       <row>
+        <entry><literal>db4</literal></entry>
+        <entry>
+         DB4 is <ulink url="&url.sleepycat;">Sleepycat Software's
+         DB4</ulink>. This is available since PHP 4.4.0.
         </entry>
        </row>
 



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

Reply via email to