mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
DB++/installation: extension was moved to PECL
Based on the version nrs used for the functions, this extension has not been bundled with PHP since 4.1.0. Ref: https://www.php.net/manual/en/ref.dbplus.php Patch contributed by jrfnl. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349962 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8fabaa64fa
commit
b7b4878ce6
2 changed files with 13 additions and 1 deletions
|
@ -22,6 +22,11 @@
|
|||
languages, db++ has had Perl and Tcl call interfaces for years
|
||||
now and uses Tcl as its internal stored procedure language.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
&pecl.moved-ver;4.1.0
|
||||
</para>
|
||||
</note>
|
||||
&warn.experimental;
|
||||
</preface>
|
||||
<!-- }}} -->
|
||||
|
|
|
@ -1,7 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<section xml:id="dbplus.installation" xmlns="http://docbook.org/ns/docbook">
|
||||
<section xml:id="dbplus.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
&pecl.moved-ver;4.1.0
|
||||
</para>
|
||||
<para>
|
||||
&pecl.info;
|
||||
<link xlink:href="&url.pecl.package;dbplus">&url.pecl.package;dbplus</link>.
|
||||
</para>
|
||||
<para>
|
||||
In order to build this extension yourself you need the db++ client libraries
|
||||
and header files to be installed on your system (these are included in the
|
||||
|
|
Loading…
Reference in a new issue