php-doc-en/reference/mysqlnd_qc/changes.xml

133 lines
3.2 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 320915 $ -->
<chapter xml:id="mysqlnd-qc.changes" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title xmlns="http://docbook.org/ns/docbook">Change History</title>
<para>
This change history is a high level summary of selected changes
that may impact applications and/or break backwards compatibility.
</para>
<para>
See also the <filename>CHANGES</filename> file in the source distribution
for a complete list of changes.
</para>
<section xml:id="mysqlnd-qc.changes-one-one">
<title xmlns="http://docbook.org/ns/docbook">PECL/mysqlnd_qc 1.1 series</title>
<para>
1.1.0
<itemizedlist>
<listitem>
<simpara>
Release date: under development
</simpara>
</listitem>
<listitem>
<simpara>
Motto/theme: PHP 5.4 compatbility
</simpara>
</listitem>
</itemizedlist>
</para>
<para>
Feature changes
<itemizedlist>
<listitem>
<para>
APC storage handler update
<itemizedlist>
<listitem>
<simpara>
Fix build for APC 3.1.9+
</simpara>
</listitem>
<listitem>
<simpara>
Note: Use of the APC storage handler is currently
not recommended due to stability issues of APC itself.
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
<listitem>
<para>
New PHP configuration directive
<itemizedlist>
<listitem>
<simpara>
<literal><link linkend="ini.mysqlnd-qc.collect-statistics-log-file">
mysqlnd_qc.collect_statistics_log_file</link></literal>
</simpara>
</listitem>
</itemizedlist>
</para>
</listitem>
</itemizedlist>
</para>
</section>
<section xml:id="mysqlnd-qc.changes-one-o">
<title xmlns="http://docbook.org/ns/docbook">PECL/mysqlnd_qc 1.0 series</title>
<para>
1.0.1-stable
<itemizedlist>
<listitem>
<simpara>
Release date: 12/2010
</simpara>
</listitem>
<listitem>
<simpara>
Motto/theme: Prepared statement support
</simpara>
</listitem>
</itemizedlist>
</para>
<para>
Added support for Prepared statements and unbuffered queries.
</para>
<para>
1.0.0-beta
<itemizedlist>
<listitem>
<simpara>
Release date: 07/2010
</simpara>
</listitem>
<listitem>
<simpara>
Motto/theme: TTL-based cache with various storage options (Memcache, APC, SQLite, user-defined)
</simpara>
</listitem>
</itemizedlist>
</para>
<para>
Initial public release of the transparent TTL-based query result cache.
Flexible storage of cached results. Various storage media supported.
</para>
</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
-->