History log of /PHP-5.5/ext/mysqlnd/mysqlnd_result.c (Results 26 – 50 of 170)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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).


# eaaef0d8 07-Jan-2011 Andrey Hristov

Proper fix for
Bug #53503 mysqli::query returns false after successful LOAD DATA query
which fixes als #56349, same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was

Proper fix for
Bug #53503 mysqli::query returns false after successful LOAD DATA query
which fixes als #56349, same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was a problem with libmysql.
Also fixed the 53503's test case as it always reported PASS, even when there
should have been a failure.

show more ...


# 5549e066 07-Jan-2011 Andrey Hristov

Proper fix for
Bug #53503 mysqli::query returns false after successful LOAD DATA query
which fixes als #56349, same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was

Proper fix for
Bug #53503 mysqli::query returns false after successful LOAD DATA query
which fixes als #56349, same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was a problem with libmysql.
Also fixed the 53503's test case as it always reported PASS, even when there
should have been a failure.

show more ...


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


# 4e08abee 16-Dec-2010 Andrey Hristov

Fix sprintf modifier to be right, wrong data reported in the log


# 47bb667a 16-Dec-2010 Andrey Hristov

Fix sprintf modifier to be right, wrong data reported in the log


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 2d2d6f84 07-Oct-2010 Andrey Hristov

fix some uninitialized variables. also fix shadowing of global symbols


# 0e519d24 07-Oct-2010 Andrey Hristov

fix some uninitialized variables. also fix shadowing of global symbols


# 1cca9d4b 06-Oct-2010 Andrey Hristov

more variable hiding fixes


# 63d6892b 06-Oct-2010 Andrey Hristov

more variable hiding fixes


# eb2908c3 05-Oct-2010 Andrey Hristov

two more compiler warnings fixed - size does matter


1234567