From f556f375eec5d64f05ae5061212440835cff31eb Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Mon, 31 Mar 2025 00:04:55 +0700 Subject: [PATCH] add zlib... --- 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 881877e6..c58f0413 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -42,7 +42,7 @@ $prefer_pre_built = 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' => 'imagick,phar', + 'Linux', 'Darwin' => 'imagick,zlib', 'Windows' => 'pgsql,pdo_pgsql', };