Add windows php cli builds, support micro patches

This commit is contained in:
crazywhalecc
2025-12-11 13:49:32 +08:00
parent 48fbeab7e4
commit 7c8b40a49a
4 changed files with 80 additions and 443 deletions

View File

@@ -151,9 +151,6 @@ abstract class Shell
bool $throw_on_error = true,
?string $cwd = null
): array {
if ($cwd !== null) {
$cwd = $cwd;
}
$file_res = null;
if ($this->enable_log_file) {
// write executed command to the log file using fwrite