Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
  Work around dl(mysqli) issue with OPcache on AppVeyor
This commit is contained in:
Christoph M. Becker 2022-09-17 12:06:54 +02:00
commit 04eb8b4499
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -78,6 +78,8 @@ rem set SSLEAY_CONF=
rem prepare for OPcache
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
rem work-around for failing to dl(mysqli) with OPcache (https://github.com/php/php-src/issues/8508)
if "%OPCACHE%" equ "1" set OPCACHE_OPTS=%OPCACHE_OPTS% -d extension=mysqli
rem prepare for enchant
mkdir C:\usr\local\lib\enchant-2