From 4bacfdd69ffbc6009b9ab2e913dd7f3b94a3d6c8 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sun, 10 Nov 2002 00:36:57 +0000 Subject: [PATCH] Fix typos, it's dbm not db. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103102 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dba/reference.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/dba/reference.xml b/reference/dba/reference.xml index 454dba8167..624bfdde3c 100644 --- a/reference/dba/reference.xml +++ b/reference/dba/reference.xml @@ -1,5 +1,5 @@ - + Database (dbm-style) abstraction layer functions dba @@ -108,7 +108,7 @@ flatfile This is available since PHP 4.3.0 for compatibility with the deprecated - db extension only and should be avoided. + dbm extension only and should be avoided. However you may use this where files were created in this format. That happens when configure could not find any external library. @@ -209,7 +209,7 @@ This was added in PHP 4.3.0 to add compatibility with deprecated - db extension. Uee this handler only + dbm extension. Uee this handler only when you cannot install one of the libraries required by the other handlers and when you cannot use bundeled cdb handler.