mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-24 17:02:18 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@333489 c90b9560-bf6c-de11-be94-00142212c4b1
76 lines
2.2 KiB
XML
76 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: f44f0a5c9022492a565f4649d083532da15a678d Maintainer: gui Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
<!-- Membership: bundled, external -->
|
|
|
|
<book xml:id="book.mysqlnd" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<?phpdoc extension-membership="bundledexternal" ?>
|
|
|
|
<title>Le pilote natif MySQL</title>
|
|
|
|
<titleabbrev>Mysqlnd</titleabbrev>
|
|
|
|
<!-- {{{ preface -->
|
|
|
|
<preface xml:id="intro.mysqlnd">
|
|
&reftitle.intro;
|
|
<para>
|
|
Le driver natif MySQL est un remplacement pour la bibliothèque cliente
|
|
MySQL (libmysqlclient). Le driver natif MySQL fait parti des sources
|
|
officielles PHP depuis la version 5.3.0.
|
|
</para>
|
|
<para>
|
|
Les extensions de bases de données MySQL, <literal>mysqli</literal> et
|
|
PDO MYSQL, communiquent avec le serveur MySQL. Dans le passé, ces
|
|
actions étaient réalisées par l'extension, en utilisant les services
|
|
fournis par la bibliothèque cliente MySQL. Les extensions étaient ainsi
|
|
compilées avec la bibliothèque cliente MySQL afin de pouvoir utilisées
|
|
son protocole client-serveur.
|
|
</para>
|
|
<para>
|
|
Avec le driver natif MySQL, il existe maintenant une
|
|
alternative, et les extensions de bases de données MySQL peuvent
|
|
désormais être compilées avec le driver natif MySQL plutôt qu'avec la
|
|
bibliothèque cliente MySQL.
|
|
</para>
|
|
<para>
|
|
Le driver natif MySQL est écrit en C sous la forme d'une extension PHP.
|
|
</para>
|
|
|
|
</preface>
|
|
|
|
<!-- }}} -->
|
|
|
|
&reference.mysqlnd.overview;
|
|
&reference.mysqlnd.install;
|
|
&reference.mysqlnd.config;
|
|
&reference.mysqlnd.incompatibilities;
|
|
&reference.mysqlnd.persist;
|
|
&reference.mysqlnd.stats;
|
|
&reference.mysqlnd.notes;
|
|
&reference.mysqlnd.memory;
|
|
&reference.mysqlnd.plugin;
|
|
|
|
</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
|
|
-->
|