Oracle 5.0 Reference Manual page 2819

Table of Contents

Advertisement

A DLL for this PECL extension is currently unavailable. See also the
20.7.10.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.76. Mysqlnd_memcache Configure Options
Name
mysqlnd_memcache.enable
Here's a short explanation of the configuration directives.
mysqlnd_memcache.enable
integer
20.7.10.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.
MySQL Memcache Plugin related
MYSQLND_MEMCACHE_DEFAULT_REGEXP
(string)
Assorted
The version number of this plugin can be obtained by using
MYSQLND_MEMCACHE_VERSION_ID
of the numerical version number
10000. Developers can calculate the version number as follows.
Version (part)
Major*10000
Minor*100
Patch
MYSQLND_MEMCACHE_VERSION_ID
MYSQLND_MEMCACHE_VERSION
(string)
MYSQLND_MEMCACHE_VERSION_ID
(integer)
Mysqlnd Memcache plugin (mysqlnd_memcache)
Default
1
Enables or disables the plugin. If disabled, the extension will not
plug into
Default regular expression (PCRE style) used for matching
statements that will be mapped into a MySQL Memcache Plugin
access point, if possible.
It is also possible to use mysqlnd_memcache_set, but the default
approach is using this regular expression for pattern matching.
.
MYSQLND_MEMCACHE_VERSION
MYSQLND_MEMCACHE_VERSION_ID
Plugin version string, for example, "1.0.0-alpha".
Plugin version number, for example, 10000.
Changeable
PHP_INI_SYSTEM
mysqlnd
to proxy internal
Note
This option is mainly used by developers
to build this extension statically into PHP.
General users are encouraged to build this
extension as a shared object, and to unload
it completely when it is not needed.
MYSQLND_MEMCACHE_VERSION
Example
1*10000 = 10000
0*100 = 0
0 = 0
10000
2799
building on Windows
section.
Changelog
Available since 1.0.0
mysqlnd
C API calls.
is the string representation
, which is an integer such as
SELECT
or

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents