From c53f1d947cc7188ce23e4ed34c9989e4baab2cf4 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 11 Aug 2024 21:23:05 +0800 Subject: [PATCH] Add tests --- 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 cda5e636..6b2fea44 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -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' => 'curl', + 'Linux', 'Darwin' => 'iconv', 'Windows' => 'amqp,apcu', };