Merge branch 'main' into php-85

This commit is contained in:
Jerry Ma
2025-07-15 21:59:48 +08:00
committed by GitHub
8 changed files with 55 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ $prefer_pre_built = false;
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => 'curl',
'Linux', 'Darwin' => 'imap,swoole',
'Windows' => 'intl',
};