helly           Mon Jan 26 03:27:07 2004 EDT

  Modified files:              
    /phpdoc/en/reference/dba    configure.xml 
  Log:
  Update
  
http://cvs.php.net/diff.php/phpdoc/en/reference/dba/configure.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/dba/configure.xml
diff -u phpdoc/en/reference/dba/configure.xml:1.9 
phpdoc/en/reference/dba/configure.xml:1.10
--- phpdoc/en/reference/dba/configure.xml:1.9   Tue Dec 23 06:32:30 2003
+++ phpdoc/en/reference/dba/configure.xml       Mon Jan 26 03:27:06 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <section id="dba.installation">
  &reftitle.install;
  <para>
@@ -9,6 +9,18 @@
   for at least one of the following handlers by specifying the
   <literal>--with-XXXX</literal> configure switch to your PHP configure
   line.
+ </para>
+ <warning>
+  After configuring and compiling PHP you must execute the following test
+  from commandline: <literal>php run-tests.php ext/dba</literal>. This shows
+  whether your combination of handlers works. Most problematic are 
+  <literal>dbm</literal> and <literal>ndbm</literal> which conflict with
+  many installations. The reason for this is that on several systems these
+  libraries are part of more than one other library. The configuration test
+  only prevents you from configuring malfaunctioning single handlers but not 
+  combinations.
+ </warning>
+ <para>
   <table>
    <title>Supported DBA handlers</title>
    <tgroup cols="2">

Reply via email to