Update for Berkeley DB 5

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300152 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christopher Jones 2010-06-03 07:08:08 +00:00
parent a205631ef0
commit 968b5e70f8
2 changed files with 14 additions and 10 deletions

View file

@ -79,7 +79,7 @@
<entry><literal>db2</literal></entry>
<entry>
<para>
To enable support for db2 add
To enable support for Oracle Berkeley DB 2 add
<option role="configure">--with-db2[=DIR]</option>.
<note>
<para>
@ -94,7 +94,7 @@
<entry><literal>db3</literal></entry>
<entry>
<para>
To enable support for db3 add
To enable support for Oracle Berkeley DB 3 add
<option role="configure">--with-db3[=DIR]</option>.
<note>
<para>
@ -109,7 +109,7 @@
<entry><literal>db4</literal></entry>
<entry>
<para>
To enable support for db4 add
To enable support for Oracle Berkeley DB 4 or 5 add
<option role="configure">--with-db4[=DIR]</option>.
<note>
<para>
@ -118,12 +118,15 @@
</note>
<note>
<para>
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
<option role="configure">--with-db3=DIR</option> 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.
</para>
<para>
Support for BDB 5 was added in PHP 5.3.3.
</para>
</note>
</para>
</entry>

View file

@ -54,8 +54,8 @@
<row>
<entry><literal>db2</literal></entry>
<entry>
DB2 is <link xlink:href="&url.sleepycat;">Sleepycat Software's
DB2</link>. It is described as "a programmatic toolkit that
DB2 is for <link xlink:href="&url.sleepycat;">Oracle Berkeley
DB 2</link>. It is described as "a programmatic toolkit that
provides high-performance built-in database support for both
standalone and client/server applications.
</entry>
@ -64,16 +64,17 @@
<row>
<entry><literal>db3</literal></entry>
<entry>
DB3 is <link xlink:href="&url.sleepycat;">Sleepycat Software's
DB3</link>.
DB3 is for <link xlink:href="&url.sleepycat;">Oracle Berkeley DB
3</link>.
</entry>
</row>
<row>
<entry><literal>db4</literal></entry>
<entry>
DB4 is <link xlink:href="&url.sleepycat;">Sleepycat Software's
DB4</link>. This is available since PHP 4.3.2.
DB4 is for <link xlink:href="&url.sleepycat;">Oracle Berkeley DB
4 or 5</link>. This option is available from PHP 4.3.2. It can
can be used with BDB 5 from PHP 5.3.3.
</entry>
</row>