mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-23 04:18:56 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329701 c90b9560-bf6c-de11-be94-00142212c4b1
66 lines
2.2 KiB
XML
66 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<chapter xml:id="mysqlnd-qc.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.setup;
|
|
|
|
<section xml:id="mysqlnd-qc.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
<literal>PHP 5.3.3</literal> or a newer version of <literal>PHP</literal>.
|
|
</para>
|
|
<para>
|
|
PECL/mysqlnd_qc is a mysqlnd plugin. It plugs into the mysqlnd library.
|
|
To use you this plugin with a PHP MySQL extension, the extension (<link linkend="ref.mysqli">mysqli</link>,
|
|
<link linkend="ref.mysql">mysql</link>, or <link linkend="ref.pdo-mysql">PDO_MYSQL</link>)
|
|
must enable the mysqlnd library.
|
|
</para>
|
|
<para>
|
|
For using the <link linkend="ref.apc">APC</link> storage handler with PECL/mysqlnd_qc 1.0
|
|
<literal>APC 3.1.3p1-beta</literal> or newer.
|
|
PECL/mysqlnd_qc 1.2 has been tested with <literal>APC 3.1.13-beta</literal>.
|
|
The APC storage handler cannot be used with a shared build. You cannot use the PHP
|
|
configuration directive <literal>extension</literal> to load the APC and PECL/mysqlnd_qc
|
|
extensions if PECL/mysqlnd_qc will use APC as a storage handler. For using
|
|
the APC storage handler, you have to statically compile PHP with APC and PECL/mysqlnd_qc
|
|
support into PHP.
|
|
</para>
|
|
<para>
|
|
For using
|
|
<literal>MEMCACHE</literal> storage handler:
|
|
Use <literal>libmemcache 0.38</literal> or newer.
|
|
PECL/mysqlnd_qc 1.2 has been tested with <literal>libmemcache 1.4.0</literal>.
|
|
</para>
|
|
<para>
|
|
For using
|
|
<literal>sqlite</literal> storage handler:
|
|
Use the <link linkend="book.sqlite3">sqlite3</link> extension that
|
|
bundled with PHP.
|
|
</para>
|
|
</section>
|
|
|
|
&reference.mysqlnd-qc.configure;
|
|
&reference.mysqlnd-qc.ini;
|
|
|
|
</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
|
|
-->
|