From fd70bee7995a9e7b10197b36073b783d2e8a51dc Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 23 Dec 2003 11:32:31 +0000 Subject: [PATCH] Update git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147247 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dba/configure.xml | 36 +++++++++++++++++++++++++++- reference/dba/functions/dba-open.xml | 10 +++++++- reference/dba/reference.xml | 10 +++++++- 3 files changed, 53 insertions(+), 3 deletions(-) diff --git a/reference/dba/configure.xml b/reference/dba/configure.xml index 7da9e22097..13dd587c2d 100644 --- a/reference/dba/configure.xml +++ b/reference/dba/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -24,6 +24,13 @@ To enable support for dbm add . + + + dbm normally is a wrapper which often results in failures. + This means you should only use dbm if you are sure it works + and if you really need this format. + + @@ -32,6 +39,13 @@ To enable support for ndbm add . + + + ndbm normally is a wrapper which often results in failures. + This means you should only use ndbm if you are sure it works + and if you really need this format. + + @@ -135,6 +149,26 @@ + + + qdbm + + To enable support for qdbm add + . + + + qdbm conflicts with dbm and gdbm. + + + + + This was added in PHP 5.0.0. The qdbm library can be loaded from + http://qdbm.sourceforge.net. + + + + + diff --git a/reference/dba/functions/dba-open.xml b/reference/dba/functions/dba-open.xml index 25d72284ed..654e2e60cc 100644 --- a/reference/dba/functions/dba-open.xml +++ b/reference/dba/functions/dba-open.xml @@ -1,5 +1,5 @@ - + @@ -154,6 +154,14 @@ GDBM. See System V semaphore support. + + + Up to PHP 4.3.5 open mode 'c' is broken for several internal handlers and + truncates the database instead of appending data to an existant database. + Also dbm and ndbm fail on mode 'c' in typical configurations (this cannot + be fixed). + + See also: dba_popen diff --git a/reference/dba/reference.xml b/reference/dba/reference.xml index f8f415b216..72176c37b9 100644 --- a/reference/dba/reference.xml +++ b/reference/dba/reference.xml @@ -1,5 +1,5 @@ - + Database (dbm-style) abstraction layer functions dba @@ -136,6 +136,14 @@ + + qdbm + + This is available since PHP 5.0.0. The qdbm library can be loaded from + http://qdbm.sourceforge.net. + + +