#
62d393b1 |
| 04-Oct-2022 |
Christoph M. Becker |
Remove support for libmysql-client from mysqli test suite Since mysqli can no longer be built against libmysql-client, there is no longer the need to distinguish. While we're at
Remove support for libmysql-client from mysqli test suite Since mysqli can no longer be built against libmysql-client, there is no longer the need to distinguish. While we're at it, we also drop the superfluous is_object() checks. Closes GH-9652.
show more ...
|
#
47c79a97 |
| 01-Oct-2022 |
Christoph M. Becker |
Use --EXTENSIONS-- section for newly added tests As of PHP 8.1.0, the `--EXTENSIONS-- section is properly supported, and CIs may make use of that (our AppVeyor CI does). Thus it is impo
Use --EXTENSIONS-- section for newly added tests As of PHP 8.1.0, the `--EXTENSIONS-- section is properly supported, and CIs may make use of that (our AppVeyor CI does). Thus it is important to list required extensions there, since otherwise they may not be loaded, causing the test to be skipped, or worse, to be borked.
show more ...
|