From a45f314447a7004f5fb346a9b89332062248c060 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Thu, 6 Nov 2025 16:31:24 +0800 Subject: [PATCH] Remove for pure test --- 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 2caf56b0..62d7d411 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -51,7 +51,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' => 'rdkafka', - 'Windows' => 'bcmath,bz2,calendar,ctype,zlib,zip', + 'Windows' => 'bcmath', }; // If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`).