mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
Prevent use building uv on 7.4 (#471)
* Prevent use building uv on 7.4 * Add swoole test * Use github source for libcares * Add libcares missing file patch * Add libcares missing file patch
This commit is contained in:
@@ -19,7 +19,7 @@ $upx = true;
|
||||
|
||||
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
|
||||
$extensions = match (PHP_OS_FAMILY) {
|
||||
'Linux', 'Darwin' => 'libxml',
|
||||
'Linux', 'Darwin' => 'libxml,swoole',
|
||||
'Windows' => 'mbstring,pdo_sqlite,mbregex,libxml',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user