2009-10-06 10:07:59 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-11-11 22:36:10 +00:00
|
|
|
<!-- $Revision$ -->
|
2009-10-06 10:07:59 +00:00
|
|
|
<!-- Membership: bundled, external -->
|
|
|
|
<book xml:id="book.mysqlnd" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2012-06-09 17:34:56 +00:00
|
|
|
<?phpdoc extension-membership="bundledexternal" ?>
|
2009-10-06 10:07:59 +00:00
|
|
|
|
|
|
|
<title>MySQL Native Driver</title>
|
|
|
|
|
|
|
|
<titleabbrev>Mysqlnd</titleabbrev>
|
|
|
|
|
|
|
|
<!-- {{{ preface -->
|
|
|
|
|
|
|
|
<preface xml:id="intro.mysqlnd">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
2012-02-03 01:02:38 +00:00
|
|
|
MySQL Native Driver is a replacement for the MySQL Client Library
|
2013-03-26 03:57:46 +00:00
|
|
|
(libmysqlclient). MySQL Native Driver is part of the official PHP sources as
|
2012-02-03 01:02:38 +00:00
|
|
|
of PHP 5.3.0.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
The MySQL database extensions MySQL extension,
|
|
|
|
<literal>mysqli</literal> and PDO MYSQL all communicate with the MySQL
|
|
|
|
server. In the past, this was done by the extension using the services
|
|
|
|
provided by the MySQL Client Library. The extensions were compiled
|
|
|
|
against the MySQL Client Library in order to use its client-server
|
|
|
|
protocol.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
With MySQL Native Driver there is now an alternative, as the MySQL
|
|
|
|
database extensions can be compiled to use MySQL Native Driver instead
|
|
|
|
of the MySQL Client Library.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
MySQL Native Driver is written in C as a PHP extension.
|
2009-10-06 10:07:59 +00:00
|
|
|
</para>
|
|
|
|
</preface>
|
|
|
|
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
&reference.mysqlnd.overview;
|
|
|
|
&reference.mysqlnd.install;
|
|
|
|
&reference.mysqlnd.config;
|
2013-04-27 16:37:59 +00:00
|
|
|
&reference.mysqlnd.incompatibilities;
|
2009-10-06 10:07:59 +00:00
|
|
|
&reference.mysqlnd.persist;
|
|
|
|
&reference.mysqlnd.stats;
|
2009-11-13 17:44:31 +00:00
|
|
|
&reference.mysqlnd.notes;
|
2010-10-07 15:13:23 +00:00
|
|
|
&reference.mysqlnd.plugin;
|
2009-10-06 10:07:59 +00:00
|
|
|
|
|
|
|
</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
|
|
|
|
-->
|