Fix xlswriter with openssl conflict bug (#472)

* Fix xlswriter with openssl conflict bug

* bump version to 2.2.3
This commit is contained in:
Jerry Ma
2024-06-04 19:31:13 +08:00
committed by GitHub
parent 1ae1c81f9c
commit 7e6c2b4432
4 changed files with 11 additions and 4 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' => 'libxml,swoole',
'Windows' => 'mbstring,pdo_sqlite,mbregex,libxml',
'Linux', 'Darwin' => 'libxml,xlswriter,openssl',
'Windows' => 'mbstring,pdo_sqlite,mbregex',
};
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).