Add openssl to pre-built

This commit is contained in:
crazywhalecc
2024-07-08 11:21:01 +08:00
committed by Jerry Ma
parent 1c670f433b
commit 386e9adf44
5 changed files with 13 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ $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' => 'intl',
'Windows' => 'mbstring,pdo_sqlite,mbregex,bz2,sqlsrv,pdo_sqlsrv,yaml',
'Linux', 'Darwin' => 'openssl',
'Windows' => 'mbstring,pdo_sqlite,openssl',
};
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).