php-src/ext/mysqli
Christoph M. Becker 1752393bb4 Fix #79084: mysqlnd may fetch wrong column indexes with MYSQLI_BOTH
Column names can be numeric strings, so we have to make sure to insert
the column values with the appropriate numeric keys, instead of adding
them.
2020-01-13 13:21:45 +01:00
..
tests Fix #79084: mysqlnd may fetch wrong column indexes with MYSQLI_BOTH 2020-01-13 13:21:45 +01:00
config.m4 Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
config.w32 Trim trailing whitespace in source code files 2018-10-13 14:16:33 +02:00
CREDITS
mysqli_api.c Merge branch 'PHP-7.2' into PHP-7.3 2019-06-19 16:43:06 +03:00
mysqli_driver.c year++ 2018-01-02 12:57:58 +08:00
mysqli_embedded.c year++ 2018-01-02 12:57:58 +08:00
mysqli_exception.c year++ 2018-01-02 12:57:58 +08:00
mysqli_fe.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mysqli_fe.h Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
mysqli_libmysql.h Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
mysqli_mysqlnd.h year++ 2018-01-02 12:57:58 +08:00
mysqli_nonapi.c Merge branch 'PHP-7.2' into PHP-7.3 2019-10-03 06:57:05 +02:00
mysqli_priv.h Be more precise about possible types for mysqli methods 2019-06-11 15:40:33 +02:00
mysqli_prop.c [Bug 75448] In case of failure, mysqli::prepare() returns NULL instead of FALSE 2018-02-10 10:40:47 -05:00
mysqli_report.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mysqli_result_iterator.c Fix typos in code comments 2018-07-25 11:57:11 +02:00
mysqli_warning.c Replace zval_dtor() with specialized destructors 2018-07-05 13:55:56 +03:00
mysqli.c Merge branch 'PHP-7.2' into PHP-7.3 2019-02-11 18:18:57 +01:00
php_mysqli_structs.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_mysqli.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00