php-src/ext/mysqli
Ilija Tovilo 00ebd2d7f2
Fix flaky connection count in mysqli test
Use connection ID instead of count to check whether we're using a
persistent connection. This allows the test to be run in parallel with
the other tests, but also protects against the possibility that some
other service connects to the mysql server.

Closes GH-18040
2025-03-13 16:40:33 +01:00
..
tests Fix flaky connection count in mysqli test 2025-03-13 16:40:33 +01:00
config.m4 Don't assume libmysqlclient library name 2020-11-12 15:11:56 +01:00
config.w32 Generate function entries from stubs for mysqli 2020-04-19 21:56:47 +02:00
CREDITS
mysqli.c Merge branch 'PHP-8.0' into PHP-8.1 2022-10-27 18:31:38 +01:00
mysqli.stub.php Mark ext/mysqli properties as readonly for documentation purposes 2022-04-05 13:24:21 +02:00
mysqli_api.c Fix #81658: MYSQL_OPT_LOAD_DATA_LOCAL_DIR not available in MariaDB 2021-12-05 19:11:04 +01:00
mysqli_arginfo.h Mark ext/mysqli properties as readonly for documentation purposes 2022-04-05 13:24:21 +02:00
mysqli_driver.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
mysqli_exception.c Fix bug GH-7746 (mysqli_sql_exception->sqlstate is inaccessible) 2021-12-30 14:23:06 +00:00
mysqli_libmysql.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
mysqli_mysqlnd.h Remove uses of TRUE/FALSE in mysqli/pdo_mysql 2021-05-26 15:07:23 +02:00
mysqli_nonapi.c Merge branch 'PHP-8.0' into PHP-8.1 2022-10-27 18:31:38 +01:00
mysqli_priv.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
mysqli_prop.c Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
mysqli_report.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
mysqli_result_iterator.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
mysqli_warning.c Do not reuse errno as local variable name 2021-05-12 15:32:16 +01:00
php_mysqli.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_mysqli_structs.h Merge branch 'PHP-8.0' into PHP-8.1 2022-04-07 17:06:20 +02:00