History log of /PHP-8.2/ext/mysqlnd/mysqlnd_result.c (Results 126 – 150 of 281)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4e198252 01-Jan-2012 Felipe Pena

- Year++


Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1
# 6a9feb73 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


# 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 ...


# 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, php-5.4.0beta1
# 3a510c61 05-Sep-2011 Andrey Hristov

missing from previous commit for #55582


# 4325a8bf 05-Sep-2011 Andrey Hristov

Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used


# 5308ed60 05-Sep-2011 Andrey Hristov

Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used


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
# a417820b 17-May-2011 Andrey Hristov

exchange a "trap" with an error


# 77827329 17-May-2011 Andrey Hristov

exchange a "trap" with an error


# 6c2f42b5 17-May-2011 Andrey Hristov

exchange a "trap" with an error


# 5572becc 22-Mar-2011 Andrey Hristov

palloc is long dead, use more appropriate name


# 3ffac762 22-Mar-2011 Andrey Hristov

palloc is long dead, use more appropriate name


# 081b001c 22-Mar-2011 Andrey Hristov

remove more unneeded includes


# cfb01aab 22-Mar-2011 Andrey Hristov

remove more unneeded includes


# 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.


# ca5df2a8 18-Mar-2011 Andrey Hristov

less trace info


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2
# 7a1f54ff 21-Feb-2011 Andrey Hristov

fix invalid memory read. Thank you, valgrind


# 2e30412f 21-Feb-2011 Andrey Hristov

fix invalid memory read. Thank you, valgrind


Revision tags: php-5.3.6RC1
# eb0dd2b8 16-Feb-2011 Andrey Hristov

fixed a problem in mysqlnd. 0 was always as num_rows returned for
unbuffered sets (text protocol and PS).


# 1bdc780d 16-Feb-2011 Andrey Hristov

fixed a problem in mysqlnd. 0 was always as num_rows returned for
unbuffered sets (text protocol and PS).


12345678910>>...12