php-src/ext/mysqli
Christoph M. Becker 0ab53f1636 Bring back test case support for older MySQL versions
These test cases have recently been adjusted to work with MySQL 8[1],
but some older, but still supported database versions, such as MySQL
5.6, still need the password to be sent hashed, so we fall back to
using `PASSWORD()`, if the `SET PASSWORD` query fails without it.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=b0efd18f7844da29931737b8a1cf461c7493e168>.
2020-01-11 11:21:26 +01:00
..
tests Bring back test case support for older MySQL versions 2020-01-11 11:21:26 +01:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Sync with 7be0e06b48 2019-02-28 14:03:49 +01:00
CREDITS
mysqli_api.c Drop E_STRICT notice in mysqli extension 2019-08-31 23:14:10 +02:00
mysqli_driver.c Remove mysqli embedded server support 2019-02-28 12:55:16 +01:00
mysqli_exception.c Remove local variables 2019-02-03 21:03:00 +01:00
mysqli_fe.c Fix number of required arguments in arginfo 2019-10-07 16:32:11 +02:00
mysqli_fe.h Remove more leftovers of mysqli embedded server 2019-02-28 15:43:29 +01:00
mysqli_libmysql.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
mysqli_mysqlnd.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqli_nonapi.c Merge branch 'PHP-7.3' into PHP-7.4 2019-10-03 07:13:15 +02:00
mysqli_priv.h Merge branch 'PHP-7.3' into PHP-7.4 2019-06-11 15:41:05 +02:00
mysqli_prop.c Fixed bug #67348: Reading $dbc->stat modifies $dbc->affected_rows 2019-06-21 16:51:52 +01:00
mysqli_report.c Remove local variables 2019-02-03 21:03:00 +01:00
mysqli_result_iterator.c Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macros 2019-05-28 20:10:02 +03:00
mysqli_warning.c Remove local variables 2019-02-03 21:03:00 +01:00
mysqli.c Fixed bug #67348: Reading $dbc->stat modifies $dbc->affected_rows 2019-06-21 16:51:52 +01:00
php_mysqli_structs.h Remove legacy AC_CHECK_TYPE calls for uint and ulong 2019-03-06 22:49:16 +01:00
php_mysqli.h Remove local variables 2019-02-03 21:03:00 +01:00