Merge pull request #782 from crazywhalecc/fix/aarch64-uv-pthread

fix uv missing pthread_atfork in aarch64 centos 7
This commit is contained in:
Marc
2025-06-20 17:22:52 +07:00
committed by GitHub
7 changed files with 44 additions and 28 deletions

View File

@@ -207,8 +207,6 @@ class BuildPHPCommand extends BuildCommand
// start to build
$builder->buildPHP($rule);
SourcePatcher::patchBeforeSharedBuild($builder);
// build dynamic extensions if needed
if (!empty($shared_extensions)) {
logger()->info('Building shared extensions ...');