mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
DBX/installation: extension was moved to PECL
The extension has not been longer bundled with PHP since 5.1.0. Ref: https://www.php.net/manual/en/intro.dbx.php Patch provided by jrfnl. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349953 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e020f80412
commit
8c1cbb0cd3
1 changed files with 8 additions and 1 deletions
|
@ -1,7 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<section xml:id="dbx.installation" xmlns="http://docbook.org/ns/docbook">
|
||||
<section xml:id="dbx.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
&pecl.moved-ver;5.1.0
|
||||
</para>
|
||||
<para>
|
||||
&pecl.info;
|
||||
<link xlink:href="&url.pecl.package;dbx">&url.pecl.package;dbx</link>.
|
||||
</para>
|
||||
<para>
|
||||
In order to have these functions available, you must compile PHP with
|
||||
dbx support by using the <option role="configure">--enable-dbx</option>
|
||||
|
|
Loading…
Reference in a new issue