mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126559 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b57b63522f
commit
8dde8a621f
1 changed files with 91 additions and 91 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<section id="dba.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
|
@ -29,112 +29,112 @@
|
|||
|
||||
<row>
|
||||
<entry><literal>ndbm</literal></entry>
|
||||
<entry>
|
||||
To enable support for ndbm add
|
||||
<option role="configure">--with-ndbm[=DIR]</option>.
|
||||
</entry>
|
||||
</row>
|
||||
<entry>
|
||||
To enable support for ndbm add
|
||||
<option role="configure">--with-ndbm[=DIR]</option>.
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>gdbm</literal></entry>
|
||||
<entry>
|
||||
To enable support for gdbm add
|
||||
<option role="configure">--with-gdbm[=DIR]</option>.
|
||||
</entry>
|
||||
</row>
|
||||
<entry>
|
||||
To enable support for gdbm add
|
||||
<option role="configure">--with-gdbm[=DIR]</option>.
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>db2</literal></entry>
|
||||
<entry>
|
||||
To enable support for db2 add
|
||||
<option role="configure">--with-db2[=DIR]</option>.
|
||||
<note>
|
||||
<para>
|
||||
db2 conflicts with db3 and db4.
|
||||
</para>
|
||||
</note>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>db2</literal></entry>
|
||||
<entry>
|
||||
To enable support for db2 add
|
||||
<option role="configure">--with-db2[=DIR]</option>.
|
||||
<note>
|
||||
<para>
|
||||
db2 conflicts with db3 and db4.
|
||||
</para>
|
||||
</note>
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<row>
|
||||
<entry><literal>db3</literal></entry>
|
||||
<entry>
|
||||
To enable support for db3 add
|
||||
<option role="configure">--with-db3[=DIR]</option>.
|
||||
<note>
|
||||
<para>
|
||||
db3 conflicts with db2 and db4.
|
||||
</para>
|
||||
</note>
|
||||
</entry>
|
||||
</row>
|
||||
<entry>
|
||||
To enable support for db3 add
|
||||
<option role="configure">--with-db3[=DIR]</option>.
|
||||
<note>
|
||||
<para>
|
||||
db3 conflicts with db2 and db4.
|
||||
</para>
|
||||
</note>
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<row>
|
||||
<entry><literal>db4</literal></entry>
|
||||
<entry>
|
||||
To enable support for db4 add
|
||||
<option role="configure">--with-db4[=DIR]</option>.
|
||||
<note>
|
||||
<para>
|
||||
db4 conflicts with db2 and db3.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
This 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 throughout 4.1.24 cannot be used in any PHP version.
|
||||
</para>
|
||||
</note>
|
||||
</entry>
|
||||
</row>
|
||||
<entry>
|
||||
To enable support for db4 add
|
||||
<option role="configure">--with-db4[=DIR]</option>.
|
||||
<note>
|
||||
<para>
|
||||
db4 conflicts with db2 and db3.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
This 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 throughout 4.1.24 cannot be used in any PHP version.
|
||||
</para>
|
||||
</note>
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<row>
|
||||
<entry><literal>cdb</literal></entry>
|
||||
<entry>
|
||||
To enable support for cdb add
|
||||
<option role="configure">--with-cdb[=DIR]</option>.
|
||||
<note>
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
</note>
|
||||
</entry>
|
||||
</row>
|
||||
<entry>
|
||||
To enable support for cdb add
|
||||
<option role="configure">--with-cdb[=DIR]</option>.
|
||||
<note>
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
</note>
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>flatfile</literal></entry>
|
||||
<entry>
|
||||
To enable support for flatfile add
|
||||
<option role="configure">--with-flatfile</option>.
|
||||
<note>
|
||||
<para>
|
||||
This was added in PHP 4.3.0 to add compatibility with deprecated
|
||||
<link linkend="ref.dbm">dbm</link> 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.
|
||||
</para>
|
||||
</note>
|
||||
</entry>
|
||||
</row>
|
||||
<entry>
|
||||
To enable support for flatfile add
|
||||
<option role="configure">--with-flatfile</option>.
|
||||
<note>
|
||||
<para>
|
||||
This was added in PHP 4.3.0 to add compatibility with deprecated
|
||||
<link linkend="ref.dbm">dbm</link> 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.
|
||||
</para>
|
||||
</note>
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>inifile</literal></entry>
|
||||
<entry>
|
||||
To enable support for inifile add
|
||||
<option role="configure">--with-inifile</option>.
|
||||
<note>
|
||||
<para>
|
||||
This was added in PHP 5.0.0 and allows to read and set microsoft style
|
||||
ini files (like the php.ini file).
|
||||
</para>
|
||||
</note>
|
||||
</entry>
|
||||
</row>
|
||||
<entry>
|
||||
To enable support for inifile add
|
||||
<option role="configure">--with-inifile</option>.
|
||||
<note>
|
||||
<para>
|
||||
This was added in PHP 5.0.0 and allows to read and set microsoft style
|
||||
ini files (like the php.ini file).
|
||||
</para>
|
||||
</note>
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue