File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,13 @@ public function buildPHP(int $build_target = BUILD_TARGET_NONE): void
103103 ->exec (
104104 "{$ this ->sdk_prefix } configure.bat --task-args \"" .
105105 '--disable-all ' .
106- '--disable-cgi ' .
107106 '--with-php-build= ' . BUILD_ROOT_PATH . ' ' .
108107 '--with-extra-includes= ' . BUILD_INCLUDE_PATH . ' ' .
109108 '--with-extra-libs= ' . BUILD_LIB_PATH . ' ' .
110- ($ enableCli ? '--enable-cli=yes ' : '--enable -cli=no ' ) .
111- ($ enableMicro ? ('--enable-micro=yes ' . $ micro_logo . $ micro_w32 ) : '--enable -micro=no ' ) .
112- ($ enableEmbed ? '--enable-embed=yes ' : '--enable -embed=no ' ) .
113- ($ enableCgi ? '--enable-cgi=yes ' : '--enable -cgi=no ' ) .
109+ ($ enableCli ? '--enable-cli ' : '--disable -cli ' ) .
110+ ($ enableMicro ? ('--enable-micro ' . $ micro_logo . $ micro_w32 ) : '--disable -micro ' ) .
111+ ($ enableEmbed ? '--enable-embed ' : '--disable -embed ' ) .
112+ ($ enableCgi ? '--enable-cgi ' : '--disable -cgi ' ) .
114113 $ config_file_scan_dir .
115114 $ opcache_jit_arg .
116115 "{$ this ->makeStaticExtensionArgs ()} " .
You can’t perform that action at this time.
0 commit comments