mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document that dbase, fbsql and ncurses were moved to PECL in 5.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270921 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f6d68d0e32
commit
2379009144
3 changed files with 18 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Purpose: database.vendors -->
|
||||
<!-- Membership: bundled, external -->
|
||||
|
||||
|
@ -77,6 +77,11 @@
|
|||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
&pecl.moved-ver;5.3.0.
|
||||
</para>
|
||||
</note>
|
||||
<warning>
|
||||
<para>
|
||||
There is no support for indexes or memo fields. There is no
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Purpose: database.vendors -->
|
||||
<!-- Membership: bundled, external -->
|
||||
|
||||
|
@ -21,6 +21,11 @@
|
|||
<simpara>
|
||||
Frontbase support has been added to PHP 4.0.6.
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
&pecl.moved-ver;5.3.0.
|
||||
</para>
|
||||
</note>
|
||||
</preface>
|
||||
<!-- }}} -->
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Purpose: utilspec.cmdline -->
|
||||
<!-- Membership: bundled, external, pecl -->
|
||||
<!-- State: experimental -->
|
||||
|
@ -19,6 +19,11 @@
|
|||
use for writing Web applications, but may be useful when writing scripts meant
|
||||
<link linkend="features.commandline">using PHP from the command line</link>.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
&pecl.moved-ver;5.3.0.
|
||||
</para>
|
||||
</note>
|
||||
&warn.experimental;
|
||||
<para>
|
||||
Ncurses is available for the following platforms:
|
||||
|
|
Loading…
Reference in a new issue