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:
Rasmus Lerdorf 2000-08-07 18:05:47 +00:00
parent bb17ad6381
commit 5fbdd0d746

View file

@ -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>