Skip to content

Commit 25c2def

Browse files
committed
Remove unnecessary SPC_MICRO_PATCHES
1 parent b04ffad commit 25c2def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/env.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ SPC_EXTRA_LIBS=
7878
; upx executable path
7979
UPX_EXEC=${PKG_ROOT_PATH}/bin/upx
8080
; phpmicro patches, for more info, see: https://github.com/easysoft/phpmicro/tree/master/patches
81-
SPC_MICRO_PATCHES=static_extensions_win32,cli_checks,disable_huge_page,vcruntime140,win32,zend_stream
81+
SPC_MICRO_PATCHES=cli_checks,disable_huge_page
8282

8383
; *** default build command for building php ***
8484
; buildconf command
@@ -118,7 +118,7 @@ SPC_DEFAULT_CXX_FLAGS="--target=${MAC_ARCH}-apple-darwin -Os"
118118
; extra libs for building php executable, used in `make` command for building php (this value may changed by extension build process, space separated)
119119
SPC_EXTRA_LIBS=
120120
; phpmicro patches, for more info, see: https://github.com/easysoft/phpmicro/tree/master/patches
121-
SPC_MICRO_PATCHES=static_extensions_win32,cli_checks,disable_huge_page,vcruntime140,win32,zend_stream,macos_iconv
121+
SPC_MICRO_PATCHES=cli_checks,macos_iconv
122122

123123
; *** default build command for building php ***
124124
; buildconf command

0 commit comments

Comments
 (0)