new ini setting

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317182 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ulf Wendel 2011-09-23 09:29:27 +00:00
parent dd129200c4
commit 6ed4ea4671

View file

@ -41,6 +41,12 @@
<entry>its PHP_INI_* value</entry>
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
</row>
<row>
<entry>mysqlnd_ms.multi_master</entry>
<entry></entry>
<entry>its PHP_INI_* value</entry>
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
</row>
</tbody>
</tgroup>
</table>
@ -102,6 +108,19 @@
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.mysqlnd-ms.multi_master">
<term>
<parameter>mysqlnd_ms.multi_master</parameter>
<type>integer</type>
</term>
<listitem>
<para>
Enables or disables support of MySQL multi master replication setups.
This feature is experimental. It will not be documented before
reasonable stability has been achieved.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>