diff --git a/reference/dba/configure.xml b/reference/dba/configure.xml
index 924a74f6c1..6de7f2577d 100644
--- a/reference/dba/configure.xml
+++ b/reference/dba/configure.xml
@@ -79,7 +79,7 @@
db2
- To enable support for db2 add
+ To enable support for Oracle Berkeley DB 2 add
.
@@ -94,7 +94,7 @@
db3
- To enable support for db3 add
+ To enable support for Oracle Berkeley DB 3 add
.
@@ -109,7 +109,7 @@
db4
- To enable support for db4 add
+ To enable support for Oracle Berkeley DB 4 or 5 add
.
@@ -118,12 +118,15 @@
- This was added in PHP 4.3.2. In earlier versions of PHP you need to use
+ The db4 option was added in PHP 4.3.2. In earlier versions of PHP you need to use
with DIR being the
path to db4 library. It is not possible to use db versions starting
from 4.1 with PHP prior to version 4.3.0. Also, the db libraries with
versions 4.1 through 4.1.24 cannot be used in any PHP version.
+
+ Support for BDB 5 was added in PHP 5.3.3.
+
diff --git a/reference/dba/setup.xml b/reference/dba/setup.xml
index 91d99047e5..e8a0bdc844 100644
--- a/reference/dba/setup.xml
+++ b/reference/dba/setup.xml
@@ -54,8 +54,8 @@
db2
- DB2 is Sleepycat Software's
- DB2. It is described as "a programmatic toolkit that
+ DB2 is for Oracle Berkeley
+ DB 2. It is described as "a programmatic toolkit that
provides high-performance built-in database support for both
standalone and client/server applications.
@@ -64,16 +64,17 @@
db3
- DB3 is Sleepycat Software's
- DB3.
+ DB3 is for Oracle Berkeley DB
+ 3.
db4
- DB4 is Sleepycat Software's
- DB4. This is available since PHP 4.3.2.
+ DB4 is for Oracle Berkeley DB
+ 4 or 5. This option is available from PHP 4.3.2. It can
+ can be used with BDB 5 from PHP 5.3.3.