We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308ad7f commit bfb4ee7Copy full SHA for bfb4ee7
appveyor/test_task.bat
@@ -64,6 +64,8 @@ rem set SSLEAY_CONF=
64
65
rem prepare for OPcache
66
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=16M
67
+rem work-around for failing to dl(mysqli) with OPcache (https://github.com/php/php-src/issues/8508)
68
+if "%OPCACHE%" equ "1" set OPCACHE_OPTS=%OPCACHE_OPTS% -d extension=mysqli
69
70
rem prepare for enchant
71
mkdir C:\usr\local\lib\enchant-2
0 commit comments