mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-04-03 09:48:55 +00:00
49 lines
1.2 KiB
XML
49 lines
1.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 newer.
|
||
|
</para>
|
||
|
<para>
|
||
|
For using <literal><link linkend="ref.apc">APC</link></literal> storage handler: <literal>APC 3.1.3p1-beta</literal> or newer.
|
||
|
</para>
|
||
|
<para>
|
||
|
For using <literal>MEMCACHE</literal> storage handler: <literal>libmemcache 0.38</literal> or newer.
|
||
|
</para>
|
||
|
<para>
|
||
|
For using <literal>sqlite</literal> storage handler: <literal>sqlite3</literal> 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
|
||
|
-->
|