From 2afd39fbf127c43876b6260effda7e3613a1605a Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Mon, 10 Mar 2025 16:19:24 +0800 Subject: [PATCH] Fix test-extensions --- 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 0a07a521..0c29ff45 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -26,7 +26,7 @@ $test_os = [ ]; // whether enable thread safe -$zts = false; +$zts = true; $no_strip = false;