From c02e82cae5f3fb7cf5c092d79f266595b9292b73 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 26 Jan 2004 08:27:06 +0000 Subject: [PATCH] Update git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149773 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dba/configure.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/reference/dba/configure.xml b/reference/dba/configure.xml index 13dd587c2d..16186cd142 100644 --- a/reference/dba/configure.xml +++ b/reference/dba/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -9,6 +9,18 @@ for at least one of the following handlers by specifying the --with-XXXX configure switch to your PHP configure line. + + + After configuring and compiling PHP you must execute the following test + from commandline: php run-tests.php ext/dba. This shows + whether your combination of handlers works. Most problematic are + dbm and ndbm 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. + + Supported DBA handlers