mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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:
commit
04eb8b4499
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue