mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-14 04:15:35 +08:00
Update src/SPC/command/BuildPHPCommand.php
This commit is contained in:
@@ -252,7 +252,7 @@ class BuildPHPCommand extends BuildCommand
|
|||||||
$path = FileSystem::convertPath("{$build_root_path}/modules/{$ext}.so");
|
$path = FileSystem::convertPath("{$build_root_path}/modules/{$ext}.so");
|
||||||
if (file_exists(BUILD_MODULES_PATH . "/{$ext}.so")) {
|
if (file_exists(BUILD_MODULES_PATH . "/{$ext}.so")) {
|
||||||
logger()->info("Shared extension [{$ext}] path{$fixed}: {$path}");
|
logger()->info("Shared extension [{$ext}] path{$fixed}: {$path}");
|
||||||
} elseif (!str_contains($ext, 'swoole-hook')) {
|
} else {
|
||||||
logger()->warning("Shared extension [{$ext}] not found, please check!");
|
logger()->warning("Shared extension [{$ext}] not found, please check!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user