Split documentation into two sections. More of this is needed here, but this is a start.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334104 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2014-07-03 23:07:46 +00:00
parent d09fa07a33
commit e168d19a58

View file

@ -28,13 +28,25 @@
<section xml:id="mysqlnd-ms.plugin-ini-json">
<title xmlns="http://docbook.org/ns/docbook">Plugin configuration file (&gt;=1.1.x)</title>
<note>
<title>Changelog: Feature was added in PECL/mysqlnd_ms 1.1.0-beta</title>
<para>
The below description applies to PECL/mysqlnd_ms &gt;= 1.1.0-beta.
It is not valid for prior versions.
</para>
</note>
<para>
The following documentation applies to PECL/mysqlnd_ms &gt;= 1.1.0-beta.
It is not valid for prior versions. For documentation covering earlier
versions, see <link linkend="mysqlnd-ms.plugin-ini-v1"/>
</para>
<section xml:id="mysqlnd-ms.plugin-ini-json-introduction">
<title>Introduction</title>
<note>
<title>Changelog: Feature was added in PECL/mysqlnd_ms 1.1.0-beta</title>
<para>
The below description applies to PECL/mysqlnd_ms &gt;= 1.1.0-beta.
It is not valid for prior versions.
</para>
</note>
<para>
The plugin uses its own configuration file. The configuration file
holds information about the MySQL replication master server,
@ -469,6 +481,11 @@ Warning: mysqli::mysqli(): (mysqlnd_ms) Exclusive usage of configuration enforce
</example>
</para>
</section>
<section xml:id="mysqlnd-ms.plugin-ini-json-reference">
<title>Configuration Directives</title>
<para>
Here is a short explanation of the configuration directives that can be used.
</para>
@ -3676,9 +3693,10 @@ function check_stats() {
register_shutdown_function("check_stats");
?>
]]>
</programlisting>
</example>
</para>
</programlisting>
</example>
</para>
</section>
</section>
</chapter>