mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Update
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149773 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f77854f661
commit
c02e82cae5
1 changed files with 13 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<section id="dba.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
|
@ -9,6 +9,18 @@
|
|||
for at least one of the following handlers by specifying the
|
||||
<literal>--with-XXXX</literal> configure switch to your PHP configure
|
||||
line.
|
||||
</para>
|
||||
<warning>
|
||||
After configuring and compiling PHP you must execute the following test
|
||||
from commandline: <literal>php run-tests.php ext/dba</literal>. This shows
|
||||
whether your combination of handlers works. Most problematic are
|
||||
<literal>dbm</literal> and <literal>ndbm</literal> which conflict with
|
||||
many installations. The reason for this is that on several systems these
|
||||
libraries are part of more than one other library. The configuration test
|
||||
only prevents you from configuring malfaunctioning single handlers but not
|
||||
combinations.
|
||||
</warning>
|
||||
<para>
|
||||
<table>
|
||||
<title>Supported DBA handlers</title>
|
||||
<tgroup cols="2">
|
||||
|
|
Loading…
Reference in a new issue