We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d74a1 commit 859a8daCopy full SHA for 859a8da
modules/phpsdk-config_make.bat
@@ -8,6 +8,7 @@ set PHP8_COMMON_CONFIGURE=^
8
--with-verbosity=2
9
if %PHPVER% == 8.4 (
10
set phpveropts= %PHP8_COMMON_CONFIGURE% ^
11
+ --enable-opcache=shared ^
12
--without-uncritical-warn-choke
13
)
14
if %PHPVER% == 8.5 (
@@ -54,7 +55,6 @@ if %PHPVER% == %PHP_BUILD_TYPE% (
54
55
--enable-fileinfo=shared ^
56
--enable-ftp=shared ^
57
--enable-intl=shared ^
- --enable-opcache=shared ^
58
--enable-pdo=shared ^
59
--enable-soap=shared ^
60
--enable-sockets=shared ^
0 commit comments