From 8dde8a621f13605393c398f2274dd387bf65a7f8 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 11 May 2003 14:26:40 +0000 Subject: [PATCH] WS git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126559 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dba/configure.xml | 182 ++++++++++++++++++------------------ 1 file changed, 91 insertions(+), 91 deletions(-) diff --git a/reference/dba/configure.xml b/reference/dba/configure.xml index 697aec7bb4..4a0a55b028 100644 --- a/reference/dba/configure.xml +++ b/reference/dba/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -29,112 +29,112 @@ ndbm - - To enable support for ndbm add - . - - + + To enable support for ndbm add + . + + gdbm - - To enable support for gdbm add - . - - + + To enable support for gdbm add + . + + - - db2 - - To enable support for db2 add - . - - - db2 conflicts with db3 and db4. - - - - + + db2 + + To enable support for db2 add + . + + + db2 conflicts with db3 and db4. + + + + - + db3 - - To enable support for db3 add - . - - - db3 conflicts with db2 and db4. - - - - + + To enable support for db3 add + . + + + db3 conflicts with db2 and db4. + + + + - + db4 - - To enable support for db4 add - . - - - db4 conflicts with db2 and db3. - - - - - This 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 throughout 4.1.24 cannot be used in any PHP version. - - - - + + To enable support for db4 add + . + + + db4 conflicts with db2 and db3. + + + + + This 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 throughout 4.1.24 cannot be used in any PHP version. + + + + - + cdb - - To enable support for cdb add - . - - - 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. - - - - + + To enable support for cdb add + . + + + 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. + + + + flatfile - - To enable support for flatfile add - . - - - This was added in PHP 4.3.0 to add compatibility with deprecated - dbm 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. - - - - + + To enable support for flatfile add + . + + + This was added in PHP 4.3.0 to add compatibility with deprecated + dbm 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. + + + + inifile - - To enable support for inifile add - . - - - This was added in PHP 5.0.0 and allows to read and set microsoft style - ini files (like the php.ini file). - - - - + + To enable support for inifile add + . + + + This was added in PHP 5.0.0 and allows to read and set microsoft style + ini files (like the php.ini file). + + + +