From 80f63e66c3933d9e4b7481e850ecdc947b6d64ea Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Thu, 5 Jun 2025 11:48:28 +0700 Subject: [PATCH] check static compilation --- 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 2a29dcea..95362357 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -51,7 +51,7 @@ $extensions = match (PHP_OS_FAMILY) { // If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`). $shared_extensions = match (PHP_OS_FAMILY) { - 'Linux' => 'xdebug,lz4', + 'Linux' => 'xdebug', 'Windows', 'Darwin' => '', };