File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public function buildPHP(int $build_target = BUILD_TARGET_NONE): void
75
75
} elseif ($ opcache_jit ) {
76
76
$ opcache_jit = false ;
77
77
}
78
- $ opcache_jit_arg = $ opcache_jit ? '--enable-opcache-jit ' : '--disable-opcache-jit ' ;
78
+ $ opcache_jit_arg = $ opcache_jit ? '--enable-opcache-jit ' : '--disable-opcache-jit ' ;
79
79
80
80
if ($ this ->getOption ('enable-zts ' , false )) {
81
81
$ maxExecutionTimers = $ phpVersionID >= 80100 ? '--enable-zend-max-execution-timers ' : '' ;
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public function buildPHP(int $build_target = BUILD_TARGET_NONE): void
107
107
if ($ opcache_jit && $ phpVersionID < 80500 && !$ this ->getExt ('opcache ' )) {
108
108
$ opcache_jit = false ;
109
109
}
110
- $ opcache_jit_arg = $ opcache_jit ? '--enable-opcache-jit ' : '--disable-opcache-jit ' ;
110
+ $ opcache_jit_arg = $ opcache_jit ? '--enable-opcache-jit ' : '--disable-opcache-jit ' ;
111
111
112
112
$ config_file_path = $ this ->getOption ('with-config-file-path ' , false ) ?
113
113
('--with-config-file-path= ' . $ this ->getOption ('with-config-file-path ' ) . ' ' ) : '' ;
You can’t perform that action at this time.
0 commit comments