Oracle 5.0 Reference Manual page 2735

Table of Contents

Advertisement

Information for installing this PECL extension may be found in the manual chapter titled
PECL
extensions. Additional information such as new releases, downloads, source files, maintainer
information, and a CHANGELOG, can be located here:
PECL/mysqlnd_uh is currently not available on Windows. The source code of the extension makes use
of
constructs not allowed with PHP Windows builds.
C99
20.7.8.5.3. Runtime Configuration
Copyright 1997-2012 the PHP Documentation Group. [2230]
The behaviour of these functions is affected by settings in php.ini.
Table 20.74. Mysqlnd_uh Configure Options
Name
mysqlnd_uh.enable
mysqlnd_uh.report_wrong_types
Here's a short explanation of the configuration directives.
mysqlnd_uh.enable
mysqlnd_uh.report_wrong_types
integer
20.7.8.5.4. Resource Types
Copyright 1997-2012 the PHP Documentation Group. [2230]
This extension has no resource types defined.
20.7.8.6. Predefined Constants
Copyright 1997-2012 the PHP Documentation Group. [2230]
The constants below are defined by this extension, and will only be available when the extension has
either been compiled into PHP or dynamically loaded at runtime.
Most of the constants refer to details of the MySQL Client Server Protocol. Please, refer to the MySQL
reference manual to learn about their meaning. To avoid content duplication, only short descriptions
are given.
MysqlndUhConnection::simpleCommand
The following constants can be used to detect what command is to be send through
MysqlndUhConnection::simpleCommand.
MYSQLND_UH_MYSQLND_COM_SLEEP
(integer)
MYSQLND_UH_MYSQLND_COM_QUIT
(integer)
MYSQLND_UH_MYSQLND_COM_INIT_DB
(integer)
MYSQLND_UH_MYSQLND_COM_QUERY
(integer)
MYSQLND_UH_MYSQLND_COM_FIELD_LIST
(integer)
Mysqlnd user handler plugin (mysqlnd_uh)
Default
1
1
integer
Enables or disables the plugin. If set to disabled, the extension will
not allow users to plug into
Whether to report wrong return value types of user hooks as
E_WARNING
MySQL Client Server protocol command: COM_SLEEP.
MySQL Client Server protocol command: COM_QUIT.
MySQL Client Server protocol command: COM_INIT_DB.
MySQL Client Server protocol command: COM_QUERY.
MySQL Client Server protocol command: COM_FIELD_LIST.
2715
http://pecl.php.net/package/mysqlnd-uh
Changeable
PHP_INI_SYSTEM
PHP_INI_ALL
mysqlnd
level errors. This is recommended for detecting errors.
related
Installation of
Changelog
to hook
mysqlnd
calls.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents