From c22488ec575bb874f7bb053a7e845ce2095250c4 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 30 Jun 2024 00:08:11 +0800 Subject: [PATCH] Add pcre as internal extension --- src/globals/defines.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/globals/defines.php b/src/globals/defines.php index b1868756..bcd59a16 100644 --- a/src/globals/defines.php +++ b/src/globals/defines.php @@ -43,6 +43,7 @@ const SPC_INTERNAL_EXTENSIONS = [ 'core', 'hash', 'json', + 'pcre', 'reflection', 'spl', 'standard',