Oracle 5.0 Reference Manual page 2814

Table of Contents

Advertisement

20.7.9.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.75. Mysqlnd_mux Configure Options
Name
mysqlnd_mux.enable
Here's a short explanation of the configuration directives.
mysqlnd_mux.enable
20.7.9.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.
Other
The plugins version number can be obtained using
MYSQLND_MUX_VERSION_ID
version number
calculate the version number as follows.
Version (part)
Major*10000
Minor*100
Patch
MYSQLND_MUX_VERSION_ID
MYSQLND_MUX_VERSION
(string)
MYSQLND_MUX_VERSION_ID
(integer)
20.7.9.7. Change History
Copyright 1997-2012 the PHP Documentation Group. [2230]
This change history is a high level summary of selected changes that may impact applications and/or
break backwards compatibility.
See also the
20.7.9.7.1. PECL/mysqlnd_mux 1.0 series
Copyright 1997-2012 the PHP Documentation Group. [2230]
1.0.0-pre-alpha
• Release date: no package released, initial check-in 09/2012
Mysqlnd connection multiplexing plugin (mysqlnd_mux)
Default
0
integer
Enables or disables the plugin. If disabled, the extension will not
plug into
.
MYSQLND_MUX_VERSION
MYSQLND_MUX_VERSION_ID
Plugin version string, for example, "1.0.0-prototype".
Plugin version number, for example, 10000.
file in the source distribution for a complete list of changes.
CHANGES
Changeable
PHP_INI_SYSTEM
mysqlnd
to proxy internal
MYSQLND_MUX_VERSION
is the string representation of the numerical
, which is an integer such as 10000. Developers can
Example
1*10000 = 10000
0*100 = 0
0 = 0
10000
2794
Changelog
mysqlnd
C API calls.
or

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents