mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
d09fa07a33
commit
e168d19a58
1 changed files with 28 additions and 10 deletions
|
@ -28,13 +28,25 @@
|
|||
|
||||
<section xml:id="mysqlnd-ms.plugin-ini-json">
|
||||
<title xmlns="http://docbook.org/ns/docbook">Plugin configuration file (>=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 >= 1.1.0-beta.
|
||||
It is not valid for prior versions.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
The following documentation applies to PECL/mysqlnd_ms >= 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 >= 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>
|
||||
|
|
Loading…
Reference in a new issue