git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149773 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Marcus Boerger 2004-01-26 08:27:06 +00:00
parent f77854f661
commit c02e82cae5

View file

@ -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">