Merge branch 'refs/heads/main' into sapi/cgi-win

# Conflicts:
#	src/globals/test-extensions.php
This commit is contained in:
crazywhalecc
2025-10-25 00:11:45 +08:00
20 changed files with 115 additions and 33 deletions

View File

@@ -44,7 +44,7 @@ class SourcePatcher
}
foreach ($builder->getLibs() as $lib) {
if ($lib->patchBeforeBuildconf() === true) {
logger()->info("Library [{$lib->getName()}]patched before buildconf");
logger()->info("Library [{$lib->getName()}] patched before buildconf");
}
}
// patch windows php 8.1 bug