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.
2 parents fe0eaf1 + bfb4ee7 commit 04eb8b4Copy full SHA for 04eb8b4
appveyor/test_task.bat
@@ -78,6 +78,8 @@ rem set SSLEAY_CONF=
78
79
rem prepare for OPcache
80
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
81
+rem work-around for failing to dl(mysqli) with OPcache (https://github.com/php/php-src/issues/8508)
82
+if "%OPCACHE%" equ "1" set OPCACHE_OPTS=%OPCACHE_OPTS% -d extension=mysqli
83
84
rem prepare for enchant
85
mkdir C:\usr\local\lib\enchant-2
0 commit comments