Current development tree now has version 1.4. 1.3 is on its way to become stable.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325327 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ulf Wendel 2012-04-19 08:22:59 +00:00
parent 5fc44ef3a3
commit b1b1483b74

View file

@ -12,6 +12,56 @@
for a complete list of changes.
</para>
<section xml:id="mysqlnd-ms.changes-one-four">
<title xmlns="http://docbook.org/ns/docbook">PECL/mysqlnd_ms 1.4 series</title>
<para>
1.4.0-alpha
<itemizedlist>
<listitem>
<simpara>
Release dates: under development
</simpara>
</listitem>
<listitem>
<simpara>
Motto/theme: Tweaking based on user feedback
</simpara>
</listitem>
</itemizedlist>
</para>
<note>
<para>
This is the current development series. All
features are at an early stage. Changes may happen at any time without
prior notice. Please, do not use this version in production environments.
</para>
<para>
The documentation may not reflect all changes yet.
</para>
</note>
<para>
Feature changes
<itemizedlist>
<listitem>
<para>
BC break: Renamed plugin configuration setting <literal>ini_file</literal>
to <literal>config_file</literal>. In early versions the plugin configuration
file used ini style. Back then the configuration setting was named accordingly.
It has now been renamed to reflect the newer file format and to distinguish it
from PHP's own ini file (configuration directives file).
</para>
</listitem>
<listitem>
<para>
Introduced new default charset setting <literal>offline_server_charset</literal>
to allow proper escaping before a connection
is opened. This is most useful when using lazy connections, which are a default.
</para>
</listitem>
</itemizedlist>
</para>
</section>
<section xml:id="mysqlnd-ms.changes-one-three">
<title xmlns="http://docbook.org/ns/docbook">PECL/mysqlnd_ms 1.3 series</title>
<para>
@ -29,17 +79,6 @@
</listitem>
</itemizedlist>
</para>
<para>
Feature changes
<itemizedlist>
<listitem>
<para>
Introduced new default charset to allow proper escaping before a connection
is opened. This is most useful when using lazy connections, which are a default.
</para>
</listitem>
</itemizedlist>
</para>
<para>
Bug fixes
<itemizedlist>
@ -93,13 +132,6 @@
</listitem>
</itemizedlist>
</para>
<note>
<para>
This is the current development series. All
features are at an early stage. Changes may happen at any time without
prior notice. Please, do not use this version in production environments.
</para>
</note>
<para>
The 1.3 series aims to improve the performance of applications
and the overall load of an asynchronous MySQL cluster, for example, a MySQL