mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Add dba switches
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29833 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bb17ad6381
commit
5fbdd0d746
1 changed files with 13 additions and 7 deletions
|
@ -21,7 +21,8 @@
|
|||
database and will do nothing for others.
|
||||
</para>
|
||||
<para>
|
||||
The following handlers are supported:
|
||||
To add support for any of the following handlers, add the specified --with
|
||||
configure switch to your PHP configure line:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
@ -29,20 +30,20 @@
|
|||
databases. You should avoid it, if possible. We do not support
|
||||
the compatibility functions built into DB2 and gdbm, because
|
||||
they are only compatible on the source code level, but cannot
|
||||
handle the original dbm format.
|
||||
handle the original dbm format. (--with-dbm)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Ndbm is a newer type and more flexible than dbm. It still has
|
||||
most of the arbitrary limits of dbm (therefore it is
|
||||
deprecated).
|
||||
deprecated). (--with-ndbm)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Gdbm is the <ulink url="&url.gdbm;">GNU database
|
||||
manager</ulink>.
|
||||
manager</ulink>. (--with-gdbm)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -50,8 +51,13 @@
|
|||
DB2 is <ulink url="&url.sleepycat;">Sleepycat Software's
|
||||
DB2</ulink>. It is described as "a programmatic toolkit that
|
||||
provides high-performance built-in database support for both
|
||||
standalone and client/server
|
||||
applications."
|
||||
standalone and client/server applications." (--with-db2)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
DB3 is <ulink url="&url.sleepycat;">Sleepycat Software's
|
||||
DB3</ulink>. (--with-db3)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -59,7 +65,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 <ulink url="&url.cdb;">here</ulink>. Since it is
|
||||
constant, we support only reading operations.
|
||||
constant, we support only reading operations. (--with-cdb)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue