Oracle 5.0 Reference Manual page 2567

Table of Contents

Advertisement

The
mysqlnd
Development started on the
PHP source repository, and as such is available to the public either via Git, or through source snapshot
downloads.
The following table shows PHP versions and the corresponding
Table 20.64. The bundled mysqlnd version per PHP release
PHP Version
5.3.0
5.3.1
5.3.2
5.3.3
5.3.4
Plugin developers can determine the
which is a string of the format "mysqlnd 5.0.7-dev - 091210 - $Revision: 300535", or through
MYSQLND_VERSION_ID, which is an integer such as 50007. Developers can calculate the version
number as follows:
Table 20.65. MYSQLND_VERSION_ID calculation table
Version (part)
Major*10000
Minor*100
Patch
MYSQLND_VERSION_ID
During development, developers should refer to the
version tests, as several iterations of
branch with a single PHP version number.
20.7.5.7.3. MySQL Native Driver Plugin Architecture
Copyright 1997-2012 the PHP Documentation Group. [2230]
This section provides an overview of the
MySQL Native Driver Overview
Before developing
consists of the following modules:
Mysqlnd
Table 20.66. The mysqlnd organization chart, per module
Modules Statistics
Connection
Resultset
Resultset Metadata
Statement
Network
Wire protocol
C Object Oriented Paradigm
MySQL Native Driver (Mysqlnd)
plugin API is simply part of the MySQL Native Driver PHP extension, ext/mysqlnd.
mysqlnd
plugins, it is useful to know a little of how
mysqlnd
plugin API in December 2009. It is developed as part of the
MySQL Native Driver version
5.0.5
5.0.5
5.0.7
5.0.7
5.0.7
version through accessing MYSQLND_VERSION,
mysqlnd
Example
5*10000 = 50000
0*100 = 0
7 = 7
50007
mysqlnd
could occur during the lifetime of a PHP development
mysqlnd
plugin architecture.
mysqlnd
mysqlnd_statistics.c
mysqlnd.c
mysqlnd_result.c
mysqlnd_result_meta.c
mysqlnd_ps.c
mysqlnd_net.c
mysqlnd_wireprotocol.c
2547
version contained within.
mysqlnd
version number for compatibility and
itself is organized.
mysqlnd

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents