Ignore passed internal extensions (#473)

* Ignore passed internal extensions

* Add tests

* Add tests
This commit is contained in:
Jerry Ma
2024-06-05 23:20:21 +08:00
committed by GitHub
parent b3018af61c
commit db9645641f
5 changed files with 24 additions and 4 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,xlswriter,openssl',
'Linux', 'Darwin' => 'libxml,xlswriter,openssl,core,hash,json,standard,SPL,HASH,REFLECTION',
'Windows' => 'mbstring,pdo_sqlite,mbregex',
};