php-doc-en/reference/msql/versions.xml
Christoph Michael Becker 562aa81d99 Msql: extension was removed as of PHP 5.3
As per: https://www.php.net/manual/en/migration53.removed-extensions.php

AFAICS the extension was *not* moved to PECL.

With that in mind, I've not used the macros, but have used similar phrasing as used in the macros.

Adjustments include:
* Adding a note about the removal on the [introduction](https://www.php.net/manual/en/intro.msql.php) page.
* Adding a note about the removal on the [installation](https://www.php.net/manual/en/msql.installation.php) page.
* Adjusting the version numbers for all functions.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349950 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-21 09:09:44 +00:00

73 lines
3.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!--
Do NOT translate this file
-->
<versions>
<function name="msql" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_affected_rows" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_close" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_connect" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_create_db" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_createdb" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_data_seek" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_db_query" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_dbname" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_drop_db" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_dropdb" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_error" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_fetch_array" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_fetch_field" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_fetch_object" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_fetch_row" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_field_flags" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_field_len" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_field_name" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_field_seek" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_field_table" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_field_type" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_fieldflags" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_fieldlen" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_fieldname" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_fieldtable" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_fieldtype" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_free_result" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_freeresult" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_list_dbs" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_list_fields" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_list_tables" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_listdbs" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_listfields" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_listtables" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_num_fields" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_num_rows" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_numfields" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_numrows" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_pconnect" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_query" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_regcase" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_result" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_select_db" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_selectdb" from="PHP 4, PHP 5 &lt; 5.3.0"/>
<function name="msql_tablename" from="PHP 4, PHP 5 &lt; 5.3.0"/>
</versions>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->