Skip to content

Commit 04eb8b4

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Work around dl(mysqli) issue with OPcache on AppVeyor
2 parents fe0eaf1 + bfb4ee7 commit 04eb8b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor/test_task.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ rem set SSLEAY_CONF=
7878

7979
rem prepare for OPcache
8080
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
8183

8284
rem prepare for enchant
8385
mkdir C:\usr\local\lib\enchant-2

0 commit comments

Comments
 (0)