git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126558 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Marcus Boerger 2003-05-11 14:24:25 +00:00
parent 7e823ceb30
commit b57b63522f

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<section id="dba.installation">
&reftitle.install;
<para>
@ -81,10 +81,11 @@
</note>
<note>
<para>
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
<option role="configure">--with-db3=DIR</option> 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.
</para>
</note>
</entry>
@ -104,6 +105,7 @@
</note>
</entry>
</row>
<row>
<entry><literal>flatfile</literal></entry>
<entry>
@ -119,6 +121,20 @@
</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>
</tbody>
</tgroup>
</table>