mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Mostly QC related notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329688 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
176741290e
commit
5a5255d2be
3 changed files with 34 additions and 8 deletions
|
@ -24,7 +24,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Motto/theme: Tweaking based on user feedback
|
||||
Motto/theme: Sharding support, improved transaction support
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -144,6 +144,21 @@
|
|||
|
||||
<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.2-stable
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Release date: 08/2012
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Motto/theme: Tweaking based on user feedback
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
1.4.1-beta
|
||||
<itemizedlist>
|
||||
|
|
|
@ -1410,10 +1410,24 @@ version = 5.6.2-m5-log
|
|||
<title>Version requirement</title>
|
||||
<para>
|
||||
The feature requires used of PECL/mysqlnd_ms 1.3.0-beta or later
|
||||
and PECL/mysqlnd_qc 1.1.0-alpha or new. PECL/mysqlnd_ms must be
|
||||
and PECL/mysqlnd_qc 1.1.0-alpha or newer. PECL/mysqlnd_ms must be
|
||||
compiled to support the feature. PHP 5.4.0 or newer is required.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<title>Setup: extension load order</title>
|
||||
<para>
|
||||
If using shared extensions builds and loading extensions by help of the
|
||||
<literal>extension</literal> configuration directive you must load PECL/mysqlnd_ms
|
||||
into PHP prior to loading PECL/mysqlnd_qc into PHP.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<title>Feature stability</title>
|
||||
<para>
|
||||
The cache integration is of beta quality.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<title>Suitable MySQL clusters</title>
|
||||
<para>
|
||||
|
|
|
@ -1519,13 +1519,10 @@ var_dump($res->fetch_assoc());
|
|||
<section xml:id="mysqlnd-ms.quickstart.cache">
|
||||
<title>Cache integration</title>
|
||||
<note>
|
||||
<title>Version requirement and dependencies</title>
|
||||
<title>Version requirement, dependencies and status</title>
|
||||
<para>
|
||||
Cache integration is available as of PECL/mysqlnd_ms 1.3.0-beta (under development).
|
||||
<link linkend="book.mysqlnd-qc">PECL/mysqlnd_qc 1.1.0</link> (under development)
|
||||
or newer is used as a cache. Both plugins
|
||||
must be installed. PECL/mysqlnd_ms must be compiled to support the cache feature.
|
||||
Use of PHP 5.4.0 or newer is mandatory.
|
||||
Please, find more about version requirements, extension load order dependencies and the current status
|
||||
in the <link linkend="mysqlnd-ms.concept_cache">concepts section</link>!
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue