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:
Jerry Ma
2024-06-04 12:24:52 +08:00
committed by GitHub
parent d258417afb
commit 036e4f52b7
6 changed files with 168 additions and 5 deletions

View File

@@ -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',
};