Skip to content

Commit 859a8da

Browse files
author
nono303
committed
https://github.com/php/php-src/pull/18660
1 parent 31d74a1 commit 859a8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/phpsdk-config_make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set PHP8_COMMON_CONFIGURE=^
88
--with-verbosity=2
99
if %PHPVER% == 8.4 (
1010
set phpveropts= %PHP8_COMMON_CONFIGURE% ^
11+
--enable-opcache=shared ^
1112
--without-uncritical-warn-choke
1213
)
1314
if %PHPVER% == 8.5 (
@@ -54,7 +55,6 @@ if %PHPVER% == %PHP_BUILD_TYPE% (
5455
--enable-fileinfo=shared ^
5556
--enable-ftp=shared ^
5657
--enable-intl=shared ^
57-
--enable-opcache=shared ^
5858
--enable-pdo=shared ^
5959
--enable-soap=shared ^
6060
--enable-sockets=shared ^

0 commit comments

Comments
 (0)