diff --git a/reference/dba/reference.xml b/reference/dba/reference.xml index 33956dfb9e..454dba8167 100644 --- a/reference/dba/reference.xml +++ b/reference/dba/reference.xml @@ -1,5 +1,5 @@ - + Database (dbm-style) abstraction layer functions dba @@ -91,7 +91,7 @@ Cdb is "a fast, reliable, lightweight package for creating and reading constant databases." It is from the author of qmail and can be found here. Since it is - constant, we support only reading operations. And since PHP4.3 + constant, we support only reading operations. And since PHP 4.3.0 we support writing (not updating) through the internal cdb library. @@ -99,7 +99,7 @@ cdb_make - Since PHP4.3 we support creation (not updating) of cdb files + Since PHP 4.3.0 we support creation (not updating) of cdb files when the bundeled cdb library is used. @@ -107,7 +107,7 @@ flatfile - This is available since PHP 4.3 for compatibility with the deprecated + This is available since PHP 4.3.0 for compatibility with the deprecated db 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. @@ -193,7 +193,7 @@ . - Since PHP 4.3 you can omit DIR to use the bundeled cdb library + Since PHP 4.3.0 you can omit DIR to use the bundeled cdb library that adds the cdb_make handler which allows creation of cdb files and allows to access cdb files on the network using php's streams. @@ -208,7 +208,7 @@ . - This was added in PHP 4.3 to add compatibility with deprecated + This was added in PHP 4.3.0 to add compatibility with deprecated db 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.