From: Christoph M. Becker Date: Wed, 22 Jul 2020 06:51:08 +0000 (+0200) Subject: Disable tracing JIT on AppVeyor X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a986933ddeff664367d11bebaca2ea6977dbce62;p=php Disable tracing JIT on AppVeyor This is a temporary measure until the current issues[1] are resolved. [1] --- diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat index c38eb27901..7e7b94ea9f 100644 --- a/appveyor/test_task.bat +++ b/appveyor/test_task.bat @@ -63,7 +63,7 @@ set OPENSSL_CONF= 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 +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 -d opcache.jit=1205 rem prepare for enchant mkdir C:\usr\local\lib\enchant-2