Add missing space

This commit is contained in:
crazywhalecc
2025-08-02 01:38:32 +08:00
parent 22a8191b97
commit af62e55da8
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ class LinuxBuilder extends UnixBuilderBase
} elseif ($opcache_jit) {
$opcache_jit = false;
}
$opcache_jit_arg = $opcache_jit ? '--enable-opcache-jit' : '--disable-opcache-jit';
$opcache_jit_arg = $opcache_jit ? '--enable-opcache-jit ' : '--disable-opcache-jit ';
if ($this->getOption('enable-zts', false)) {
$maxExecutionTimers = $phpVersionID >= 80100 ? '--enable-zend-max-execution-timers ' : '';