#
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 ...
|
#
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 |
|
#
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 |
|
#
049a7c49 |
| 06-Sep-2011 |
Andrey Hristov |
add query information to the trace log
|
#
4f0b4031 |
| 06-Sep-2011 |
Andrey Hristov |
add query information to the trace log
|
#
9f7ad10a |
| 02-Sep-2011 |
Andrey Hristov |
function rename to comply with the schema of other callbacks
|
#
2dbc61a2 |
| 02-Sep-2011 |
Andrey Hristov |
function rename to comply with the schema of other callbacks
|
#
d96e924b |
| 02-Sep-2011 |
Andrey Hristov |
function rename to comply with the schema of other callbacks
|
Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5 |
|
#
c9e7716c |
| 04-Aug-2011 |
Andrey Hristov |
Add mysqli_error_list() that returns an array with errors. Typically only one and just one for libmysql. mysqlnd can return generate more than one error during its work and with mysqli_error(
Add mysqli_error_list() that returns an array with errors. Typically only one and just one for libmysql. mysqlnd can return generate more than one error during its work and with mysqli_error() only the last error is being reported. In the array returned by mysqli_error_list() / $mysqli->error_list, all errors will be found. The list is reset when the next command is executed
show more ...
|
#
11f198b2 |
| 04-Aug-2011 |
Andrey Hristov |
Add mysqli_error_list() that returns an array with errors. Typically only one and just one for libmysql. mysqlnd can return generate more than one error during its work and with mysqli_error(
Add mysqli_error_list() that returns an array with errors. Typically only one and just one for libmysql. mysqlnd can return generate more than one error during its work and with mysqli_error() only the last error is being reported. In the array returned by mysqli_error_list() / $mysqli->error_list, all errors will be found. The list is reset when the next command is executed
show more ...
|
Revision tags: php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1 |
|
#
3afdf62d |
| 21-Mar-2011 |
Andrey Hristov |
throw out legacy code, that never was used for something useful. Was added for QC but QC is now a plugin, not part of the core.
|
#
f0644359 |
| 18-Mar-2011 |
Andrey Hristov |
add a proxy for sppintf and vspprintf
|
#
c90df585 |
| 18-Mar-2011 |
Andrey Hristov |
WS
|
#
2d2d1c73 |
| 18-Mar-2011 |
Andrey Hristov |
new function/methods - mysqlnd_stmt_flush. Removing code duplication
|
#
ca5df2a8 |
| 18-Mar-2011 |
Andrey Hristov |
less trace info
|
Revision tags: php-5.3.6 |
|
#
4a382563 |
| 16-Mar-2011 |
Andrey Hristov |
compiler warnings fixed
|
Revision tags: php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1 |
|
#
44cd358f |
| 01-Feb-2011 |
Andrey Hristov |
fix warnings. These checks are not needed because param_no is unsigned, it wasn't in the beginning.
|