From 4e74ac1937b4bf16b9408a5850f0d30747ae19aa Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Fri, 5 Sep 2025 15:02:45 +0800 Subject: [PATCH] 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 97eaa850..764cfc7d 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -43,7 +43,7 @@ $no_strip = false; $upx = false; // whether to test frankenphp build, only available for macos and linux -$frankenphp = true; +$frankenphp = false; // prefer downloading pre-built packages to speed up the build process $prefer_pre_built = false;