From e168d19a58f243b3dd93521a5ee5d24becccf314 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 3 Jul 2014 23:07:46 +0000 Subject: [PATCH] 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 --- reference/mysqlnd_ms/setup.xml | 38 +++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/reference/mysqlnd_ms/setup.xml b/reference/mysqlnd_ms/setup.xml index 8b80670331..86dad7a160 100755 --- a/reference/mysqlnd_ms/setup.xml +++ b/reference/mysqlnd_ms/setup.xml @@ -28,13 +28,25 @@
Plugin configuration file (>=1.1.x) - - Changelog: Feature was added in PECL/mysqlnd_ms 1.1.0-beta - - The below description applies to PECL/mysqlnd_ms >= 1.1.0-beta. - It is not valid for prior versions. - - + + + 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 + + +
+ Introduction + + + + Changelog: Feature was added in PECL/mysqlnd_ms 1.1.0-beta + + The below description applies to PECL/mysqlnd_ms >= 1.1.0-beta. + It is not valid for prior versions. + + + 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 +
+ +
+ Configuration Directives + Here is a short explanation of the configuration directives that can be used. @@ -3676,9 +3693,10 @@ function check_stats() { register_shutdown_function("check_stats"); ?> ]]> - - - + + + +