master
ext/mysqli: Work on making tests parallizable (#11814)
Skip mysqli_fetch_all_data_types_variation.phpt on PPC runner
Fix #80329: Add option to specify LOAD DATA LOCAL white list folder
Ensure charset in tests (#17513)
Avoid multiple connects in SKIPIF sections (GH-15470)
Remove unnecessary parentheses around language constructs in mysqli
Improve test for mysqli_result constructor
Merge branch 'PHP-8.2' into PHP-8.3
Clean up mysqli tests (#15473)
Improve mysqli test 066.phpt (#17022)
Deprecate mysqli_ping (#11945)
Implement fine-grained conflict handling
Trim trailing whitespace (#14721)
Port skipif.inc files to EXTENSIONS
Migrate SKIPIF -> EXTENSIONS (#7138)
As of 8.2 this SKIP is no longer possible
Replace `@deprecated` by `#[\Deprecated]` for internal functions / class constants (#14750)
Remove unnecessary skip checks (#13637)
Update SKIPIF for bug #67563 (#20133)
Remove support for libmysql-client from mysqli test suite
Improve bug74021 test (#17514)
ext/mysqli: Deprecate passing the parameter to mysqli_store_result() (#15311)
Deprecate driver specific PDO constants
mysqlnd: support ER_CLIENT_INTERACTION_TIMEOUT (#13618)
Remove MYSQLI_TYPE_INTERVAL constant
Remove mysqli_close from clean_table.inc
Drop support for MYSQL_TEST_EXPERIMENTAL (GH-15467)
Replace `@deprecated` with `#[\Deprecated]` for internal constants (#18780)
Use empheral port for mysqli fake server tests
Fix missing link variable in test
Fix MySQL Statement has a empty query result when the response field has changed, also Segmentation fault
Fix GH-12107: When running a stored procedure (that returns a result set) twice, PHP crashes
MySQL 9: Add support for VECTOR type (#15431)
Fix GH-17900 and GH-8084
Remove duplicated SKIP checks from mysqli tests (#7858)
Add DROP TABLE to clean up after the test
Fix failing test on nightly
Fix GH-17499: mysqli flaky test: ghsa-h35g-vwh6-m678-stmt-row-string
Remove unnecessary requires in mysqli tests
Tidy up new my_mysqli in tests
Remove mysqli_change_user_get_lock.phpt (#15482)
Remove MySQL 4.1 checks
Remove mysqli_driver::$reconnect property
Fix GH-20528: Regression breaks mysql connexion using an IPv6 address enclosed in square brackets
Close PHP tags in tests
ext/mysqli: internal updates (#19072)
tree-wide: Remove stacktraces from tests testing throwing clones (#18748)
Merge branch 'PHP-8.3' into PHP-8.4
Fix a mistake in mysqli test
Move ASAN built to GitHub actions
mysqli_next_result_no_repeat_error.phpt must not use --EXTENSIONS--
ext/mysqli: Add test for mysqli_object_has_property() object handler
Deprecate mysqli_kill (#11926)
Use "must not" instead of "cannot" wording
Remove unused CLEAN section
Drop MYSQLI_CURSOR_TYPE_FOR_UPDATE & MYSQLI_CURSOR_TYPE_SCROLLABLE (#15486)
ext/standard: make debug_zval_dump() output whether the array is packed (#12641)
Fix error message and add UPGRADING entry
Fix GH-20194: null offset deprecation not emitted for writes (#20238)
Improve mysqli_thread_id test (#17515)
Remove PHP 6 leftovers and fix mysqli tests (#15464)
Drop support for MYSQL_TEST_SKIP_CONNECT_FAILURE (#15461)