From b57b63522f5cf94792426965b2d30a5537f629c7 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 11 May 2003 14:24:25 +0000 Subject: [PATCH] Update git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126558 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dba/configure.xml | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/reference/dba/configure.xml b/reference/dba/configure.xml index 2b9b50a1d5..697aec7bb4 100644 --- a/reference/dba/configure.xml +++ b/reference/dba/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -81,10 +81,11 @@ - This was added in PHP 5.0.0. In earlier version you need to use + This was added in PHP 4.3.2. In earlier versions of PHP you need to use with DIR being the - path to db4 librarie. It is not possible to use db versions starting - from 4.1 with PHP prior to version 4.3.0. + 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. @@ -104,6 +105,7 @@ + flatfile @@ -119,6 +121,20 @@ + + + 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). + + + +