mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-24 12:58:56 +00:00
170 lines
4.5 KiB
XML
170 lines
4.5 KiB
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!-- $Revision: 310337 $ -->
|
||
|
|
||
|
<chapter xml:id="mysqlnd-ms.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>
|
||
|
The Change History lists major changes users need to be aware if upgrading
|
||
|
from one version to another. It is a high level summary of selected changes
|
||
|
that may impact applications or might even break backwards compatibility.
|
||
|
Please, consult the <filename>CHANGES</filename> file contained in the source
|
||
|
distribution for a more complete list of changes. If you are eager to learn
|
||
|
about all changes, even smaller ones that do not make it into the
|
||
|
<filename>CHANGES</filename> file, you may want to monitor PECL commit messages.
|
||
|
To do you, you could, for example, subsribe to the PECL commit message mailing
|
||
|
list.
|
||
|
</para>
|
||
|
|
||
|
<section xml:id="mysqlnd-ms.changes_one_one">
|
||
|
<title xmlns="http://docbook.org/ns/docbook">PECL/mysqlnd_ms 1.1 series</title>
|
||
|
<para>
|
||
|
1.1.0-beta
|
||
|
<itemizedlist>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
Release date: no released yet, planned for 09/2011
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
Motto/theme: Cover replication basics with production quality
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
</para>
|
||
|
<para>
|
||
|
The 1.1 and 1.0 series expose a similar, although not identical, feature
|
||
|
set to the user, as can be guessed from the release motto/theme. Interally,
|
||
|
the 1.1 series has been refactored significantly to prepare for future
|
||
|
feature additions. A new configuration file format has been introduced
|
||
|
and, limitations have been lifted. Code quality and quality assurance
|
||
|
have been improved.
|
||
|
</para>
|
||
|
<para>
|
||
|
Freature changes
|
||
|
<itemizedlist>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
Introduction of (chainable) filter concept
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
New powerful JSON based configuration syntax.
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
Lazy connections improved: security relevant, state changing commands covered
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
Support for (native) prepared statements
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
</para>
|
||
|
<para>
|
||
|
Bug fixes
|
||
|
<itemizedlist>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
Fixed PECL #22724 - Server switching (mysqlnd_ms_query_is_select() case sensitive)
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
Fixed PECL #22784 - Using mysql_connect and mysql_select_db won't work
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
</para>
|
||
|
</section>
|
||
|
|
||
|
<section xml:id="mysqlnd-ms.changes_one_o">
|
||
|
<title xmlns="http://docbook.org/ns/docbook">PECL/mysqlnd_ms 1.0 series</title>
|
||
|
<para>
|
||
|
1.0.1-alpha
|
||
|
<itemizedlist>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
Release date: 04/2011
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
Motto/theme: bug fix release
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
</para>
|
||
|
<para>
|
||
|
1.0.0-alpha
|
||
|
<itemizedlist>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
Release date: 04/2011
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
Motto/theme: Cover replication basics to test user feeedback
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
</para>
|
||
|
<para>
|
||
|
First release of practical use. Features basic automatic read-write splitting,
|
||
|
SQL hints to overrule automatic redirection, load balancing of
|
||
|
slave requests, lazy connections and, optional, automatic use of the master
|
||
|
after the first write.
|
||
|
</para>
|
||
|
<para>
|
||
|
The public feature set is close to that of the 1.1 release.
|
||
|
</para>
|
||
|
<para>
|
||
|
1.0.0-pre-alpha
|
||
|
<itemizedlist>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
Release date: 09/2010
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<simpara>
|
||
|
Motto/theme: Proof of concept
|
||
|
</simpara>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
</para>
|
||
|
<para>
|
||
|
Initial check-in. At this stage the plugin is hardly of
|
||
|
any practical use but a demo of the
|
||
|
<link linkend="book.mysqlnd">mysqlnd</link> plugin API.
|
||
|
</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
|
||
|
-->
|