History log of /PHP-5.6/ext/mysqlnd/mysqlnd.c (Results 76 – 100 of 304)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8fb6bdd5 31-Oct-2011 Andrey Hristov

Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.
A step in the direction of keeping internal data private


# f926a3c0 25-Oct-2011 Andrey Hristov

Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite

Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite the storage

show more ...


# 845d8fa1 25-Oct-2011 Andrey Hristov

Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite

Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite the storage

show more ...


# 3295415c 25-Oct-2011 Andrey Hristov

Add hooks for __call like functionality and also allow to
handle calls that spread over two internal functions. Let's call it
a local TX.


# 13bc754d 25-Oct-2011 Andrey Hristov

Add hooks for __call like functionality and also allow to
handle calls that spread over two internal functions. Let's call it
a local TX.


# 4321da03 24-Oct-2011 Andrey Hristov

move plugin specific stuff to one file. create object factory
for similar objects


# 37401880 24-Oct-2011 Andrey Hristov

move plugin specific stuff to one file. create object factory
for similar objects


# 652490d4 21-Oct-2011 Andrey Hristov

shift code around to two new files - mysqlnd_driver.c
and mysqlnd_ext_plugin.c (mysqlnd extension plugin)


# 13981387 21-Oct-2011 Andrey Hristov

shift code around to two new files - mysqlnd_driver.c
and mysqlnd_ext_plugin.c (mysqlnd extension plugin)


Revision tags: php-5.4.0beta2
# 10e44192 19-Oct-2011 Andrey Hristov

api_ext to reverse_api


# efb68d93 19-Oct-2011 Andrey Hristov

api_ext to reverse_api


# 5117bf65 18-Oct-2011 Andrey Hristov

move change_user closer to connect


# a498bc62 10-Oct-2011 Andrey Hristov

MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connection)
QC will need an ifdef-layer to compile with this


# b5f57703 10-Oct-2011 Andrey Hristov

MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connection)
QC will need an ifdef-layer to compile with this


# a7410ea0 25-Sep-2011 Johannes Schlüter

- Fix folding


# 31ff0d15 25-Sep-2011 Johannes Schlüter

- Fix folding


# 223e2ac1 25-Sep-2011 Johannes Schlüter

- Fix folding


# 272180cb 17-Sep-2011 Pierre Joye

- fix build (macros mess)


# 6c2b670e 17-Sep-2011 Pierre Joye

- fix build (macros mess)


# 7b2eeea2 17-Sep-2011 Pierre Joye

- fix TS build


# a68abe83 17-Sep-2011 Pierre Joye

- fix TS build


# 938d956e 16-Sep-2011 Dmitry Stogov

Fixed Windows build


# d6ab6bc6 16-Sep-2011 Dmitry Stogov

Fixed Windows build


Revision tags: php-5.4.0beta1
# f90bead7 01-Sep-2011 Johannes Schlüter

- Fix TSRM build


# 4eff96b9 01-Sep-2011 Johannes Schlüter

- Fix TSRM build


12345678910>>...13