<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<chapter xml:id="mysqlnd-uh.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
 &reftitle.setup;

 <section xml:id="mysqlnd-uh.requirements">
  &reftitle.required;
  <para>
    <literal>PHP 5.3.3</literal> or later.
    It is recommended to use <literal>PHP 5.4.0</literal> or later
    to get access to the latest mysqlnd features.
  </para>
  <para>
   The <literal>mysqlnd_uh</literal> user handler
   plugin supports all PHP applications and all available PHP MySQL extensions
   (<link linkend="ref.mysqli">mysqli</link>,
   <link linkend="ref.mysql">mysql</link>,
   <link linkend="ref.pdo-mysql">PDO_MYSQL</link>).
   The PHP MySQL extension must be configured to use
   <link linkend="book.mysqlnd">mysqlnd</link>  in order to be able
   to use the <literal>mysqlnd_uh</literal> plugin for
   <link linkend="book.mysqlnd">mysqlnd</link>.
  </para>
  <para>
    The alpha versions makes use of some <link linkend="ref.mysqli">mysqli</link> features.
    You must enable <link linkend="ref.mysqli">mysqli</link> to compile the plugin.
    This requirement may be removed in the future. Note, that this requirement
    does not restrict you to use the plugin only with <literal>mysqli</literal>.
    You can use the plugin to monitor <literal>mysql</literal>, <literal>mysqli</literal>
    and <literal>PDO_MYSQL</literal>.
  </para>
 </section>

 &reference.mysqlnd-uh.configure;
 &reference.mysqlnd-uh.ini;

 <section xml:id="mysqlnd-uh.resources">
  &reftitle.resources;
  &no.resource;
 </section>

</chapter>

<!-- 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
-->