mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
filePro: extension was moved to PECL / no longer bundled with PHP as of PHP 5.2
As per: https://www.php.net/manual/en/intro.filepro.php It is unclear to me what the current version nr is of the PECL extension, but showing the functions as if they are available in PHP > 5.2 seems wrong either way. Includes adding a mention of when the extension was moved to PECL on the "Installing/Configuring" page. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349949 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cb0c1b1cff
commit
1e6d2de37d
2 changed files with 11 additions and 8 deletions
|
@ -2,6 +2,9 @@
|
|||
<!-- $Revision$ -->
|
||||
<section xml:id="filepro.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
&pecl.moved-ver;5.2.0
|
||||
</para>
|
||||
<para>
|
||||
&pecl.info;
|
||||
<link xlink:href="&url.pecl.package;filepro">&url.pecl.package;filepro</link>.
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
Do NOT translate this file
|
||||
-->
|
||||
<versions>
|
||||
<function name='filepro' from='PHP 4, PHP 5 < 5.2.0, PHP 7'/>
|
||||
<function name='filepro_fieldcount' from='PHP 4, PHP 5 < 5.2.0, PHP 7'/>
|
||||
<function name='filepro_fieldname' from='PHP 4, PHP 5 < 5.2.0, PHP 7'/>
|
||||
<function name='filepro_fieldtype' from='PHP 4, PHP 5 < 5.2.0, PHP 7'/>
|
||||
<function name='filepro_fieldwidth' from='PHP 4, PHP 5 < 5.2.0, PHP 7'/>
|
||||
<function name='filepro_retrieve' from='PHP 4, PHP 5 < 5.2.0, PHP 7'/>
|
||||
<function name='filepro_rowcount' from='PHP 4, PHP 5 < 5.2.0, PHP 7'/>
|
||||
<function name='filepro' from='PHP 4, PHP 5 < 5.2.0, PECL filepro SVN'/>
|
||||
<function name='filepro_fieldcount' from='PHP 4, PHP 5 < 5.2.0, PECL filepro SVN'/>
|
||||
<function name='filepro_fieldname' from='PHP 4, PHP 5 < 5.2.0, PECL filepro SVN'/>
|
||||
<function name='filepro_fieldtype' from='PHP 4, PHP 5 < 5.2.0, PECL filepro SVN'/>
|
||||
<function name='filepro_fieldwidth' from='PHP 4, PHP 5 < 5.2.0, PECL filepro SVN'/>
|
||||
<function name='filepro_retrieve' from='PHP 4, PHP 5 < 5.2.0, PECL filepro SVN'/>
|
||||
<function name='filepro_rowcount' from='PHP 4, PHP 5 < 5.2.0, PECL filepro SVN'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
@ -32,4 +32,4 @@ End:
|
|||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue