This commit is contained in:
DubbleClick 2025-05-06 16:56:06 +07:00
parent a65bc95091
commit e4028da886

View File

@ -45,7 +45,7 @@ $prefer_pre_built = false;
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => 'xsl,simplexml,xslwriter',
'Linux', 'Darwin' => 'xsl,simplexml,xlswriter',
'Windows' => 'xlswriter,openssl',
};