diff --git a/reference/mysqlnd_uh/changes.xml b/reference/mysqlnd_uh/changes.xml index 28e174ee8c..8999050024 100644 --- a/reference/mysqlnd_uh/changes.xml +++ b/reference/mysqlnd_uh/changes.xml @@ -42,14 +42,14 @@ - BC break: MysqlndUhConnection::changeUser() requires + BC break: MysqlndUhConnection::changeUser requires additional passwd_len parameter. - BC break: MYSQLND_UH_VERSION_STR renamed to MYSQLND_UH_VERSION. - MYSQLND_UH_VERSION renamed to MYSQLND_UH_VERSION_ID. + BC break: MYSQLND_UH_VERSION_STR renamed to MYSQLND_UH_VERSION. + MYSQLND_UH_VERSION renamed to MYSQLND_UH_VERSION_ID. diff --git a/reference/mysqlnd_uh/constants.xml b/reference/mysqlnd_uh/constants.xml index bc04f77d48..b1f6a53bf7 100644 --- a/reference/mysqlnd_uh/constants.xml +++ b/reference/mysqlnd_uh/constants.xml @@ -10,11 +10,11 @@ To avoid content duplication, only short descriptions are given. - MysqlndUhConnection::simpleCommand() related + MysqlndUhConnection::simpleCommand related The following constants can be used to detect what command is to be send - through MysqlndUhConnection::simpleCommand(). + through MysqlndUhConnection::simpleCommand. @@ -363,7 +363,7 @@ The following constants can be used to analyze the ok_packet - argument of MysqlndUhConnection::simpleCommand(). + argument of MysqlndUhConnection::simpleCommand. @@ -503,7 +503,7 @@ - MysqlndUhConnection::close() related + MysqlndUhConnection::close related The following constants can be used to detect why a connection has been @@ -593,11 +593,11 @@ - MysqlndUhConnection::setClientOption() related + MysqlndUhConnection::setClientOption related The following constants can be used to detect which option is set through - MysqlndUhConnection::setClientOption(). + MysqlndUhConnection::setClientOption. @@ -1037,7 +1037,7 @@ 0 = 0 - MYSQLND_UH_VERSION_ID + MYSQLND_UH_VERSION_ID 10000 diff --git a/reference/mysqlnd_uh/ini.xml b/reference/mysqlnd_uh/ini.xml index d7db7d4201..e42682ec16 100644 --- a/reference/mysqlnd_uh/ini.xml +++ b/reference/mysqlnd_uh/ini.xml @@ -60,7 +60,7 @@ Wheter to report wrong return value types of user hooks as error - of the type E_WARNING. It is strongly recommended + of the type E_WARNING. It is strongly recommended to use this setting for detecting possible issues. diff --git a/reference/mysqlnd_uh/quickstart.xml b/reference/mysqlnd_uh/quickstart.xml index b61c3ca667..ba210b8889 100644 --- a/reference/mysqlnd_uh/quickstart.xml +++ b/reference/mysqlnd_uh/quickstart.xml @@ -88,7 +88,7 @@ mysqlnd_uh.report_wrong_types=1 you access almost all methods of the mysqlnd internal connection class. The latter exposes some, selected methods of the mysqlnd internal statement class. - For example, MysqlndUhConnection::connect maps to + For example, MysqlndUhConnection::connect maps to the mysqlnd library C function mysqlnd_conn__connect. @@ -402,7 +402,7 @@ array(1) { All native prepared statements are prepared with the prepare method of mysqlnd exported through - MysqlndUhPreparedStatement::prepare. Subclass + MysqlndUhPreparedStatement::prepare. Subclass MysqlndUhPreparedStatement and overwrite prepare for native prepared statement monitoring.