From 37e0f1d3f3148679786c06690b360ff49f190b19 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 25 Aug 2025 19:50:41 +0700 Subject: [PATCH] Update src/SPC/command/BuildPHPCommand.php --- src/SPC/command/BuildPHPCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/command/BuildPHPCommand.php b/src/SPC/command/BuildPHPCommand.php index 4f07d5ea..aaf902ba 100644 --- a/src/SPC/command/BuildPHPCommand.php +++ b/src/SPC/command/BuildPHPCommand.php @@ -252,7 +252,7 @@ class BuildPHPCommand extends BuildCommand $path = FileSystem::convertPath("{$build_root_path}/modules/{$ext}.so"); if (file_exists(BUILD_MODULES_PATH . "/{$ext}.so")) { logger()->info("Shared extension [{$ext}] path{$fixed}: {$path}"); - } elseif (!str_contains($ext, 'swoole-hook')) { + } else { logger()->warning("Shared extension [{$ext}] not found, please check!"); } }