php-doc-en/reference/mysql/book.xml
Christoph Michael Becker 2b204e9c8e documented removal of MySQL extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337303 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-06 12:13:40 +00:00

60 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<book xml:id="book.mysql" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal"?>
<title>Original MySQL API</title>
<titleabbrev>MySQL (Original)</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.mysql">
&reftitle.intro;
<para>
This extension is deprecated as of PHP 5.5.0, and
has been removed as of PHP 7.0.0. Instead, either the
<link linkend="book.mysqli">mysqli</link> or
<link linkend="ref.pdo-mysql">PDO_MySQL</link> extension should be
used. See also the <link linkend="mysqlinfo.api.choosing">MySQL API
Overview</link> for further help while choosing a MySQL API.
</para>
<para>
These functions allow you to access MySQL database servers.
More information about MySQL can be found at <link
xlink:href="&url.mysql;">&url.mysql;</link>.
</para>
<para>
Documentation for MySQL can be found at <link
xlink:href="&url.mysql.docs;">&url.mysql.docs;</link>.
</para>
</preface>
<!-- }}} -->
&reference.mysql.setup;
&reference.mysql.changelog;
&reference.mysql.constants;
&reference.mysql.examples;
&reference.mysql.reference;
</book>
<!-- 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
-->