Merge branch 'main' into ext/gettext

# Conflicts:
#	config/ext.json
#	src/globals/test-extensions.php
This commit is contained in:
crazywhalecc
2024-02-16 19:42:18 +08:00
13 changed files with 300 additions and 190 deletions

View File

@@ -13,8 +13,8 @@ declare(strict_types=1);
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => 'gettext',
'Windows' => 'mbstring,openssl',
'Linux', 'Darwin' => 'event,gettext',
'Windows' => 'mbstring',
};
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).