Remove icu tools

This commit is contained in:
crazywhalecc
2024-07-08 00:06:59 +08:00
committed by Jerry Ma
parent cdf3e76528
commit c8355d8381
4 changed files with 4 additions and 129 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' => 'spx',
'Linux', 'Darwin' => 'intl',
'Windows' => 'mbstring,pdo_sqlite,mbregex,bz2,sqlsrv,pdo_sqlsrv,yaml',
};