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 6a66b10 commit 539c8eeCopy full SHA for 539c8ee
.github/scripts/windows/test_task.bat
@@ -83,7 +83,7 @@ set OPENSSL_CONF=
83
rem set SSLEAY_CONF=
84
85
rem prepare for OPcache
86
-if "%OPCACHE%" equ "1" set OPCACHE_OPTS=-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit_buffer_size=64M -d opcache.jit=tracing
+if "%OPCACHE%" equ "1" set OPCACHE_OPTS=-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.protect_memory=1
87
rem work-around for failing to dl(mysqli) with OPcache (https://github.com/php/php-src/issues/8508)
88
if "%OPCACHE%" equ "1" set OPCACHE_OPTS=%OPCACHE_OPTS% -d extension=mysqli
89
0 commit comments