From df7cfa0d6a871ddb01ac26ae3226c27d07baa067 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Fri, 6 Jun 2025 14:33:39 +0700 Subject: [PATCH] different extension combination fails? --- src/globals/test-extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 4a386212..af59c409 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -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' => 'lz4', + 'Linux', 'Darwin' => 'openssl,curl', 'Windows' => 'xlswriter,openssl', };