Add more exception and log

This commit is contained in:
crazywhalecc
2025-03-26 12:39:15 +08:00
parent ae23b721b3
commit 8cb93bc1fe
2 changed files with 5 additions and 2 deletions

View File

@@ -238,8 +238,8 @@ class BuildPHPCommand extends BuildCommand
}
if (!empty($shared_extensions)) {
foreach ($shared_extensions as $ext) {
$path = FileSystem::convertPath("{$build_root_path}/ext/{$ext}.so");
logger()->info("Dynamic extension path{$fixed}: {$path}");
$path = FileSystem::convertPath("{$build_root_path}/lib/{$ext}.so");
logger()->info("Shared extension [{$ext}] path{$fixed}: {$path}");
}
}