From a27f5cc8bec46cc7dc41d27da2a78c79fe989cb2 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Fri, 10 Apr 2026 14:26:03 +0800 Subject: [PATCH] Oops --- 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 f5bb025b..8281f88b 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -66,7 +66,7 @@ $with_suggested_libs = true; // If you want to test extra libs for extensions, add them below (comma separated, example `libwebp,libavif`). Unnecessary, when $with_suggested_libs is true. $with_libs = match (PHP_OS_FAMILY) { - 'Linux', 'Darwin' => 'krb5,libiouring', + 'Linux', 'Darwin' => 'krb5', 'Windows' => '', };