summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-07-22 08:51:08 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-07-22 08:55:52 +0200
commita986933ddeff664367d11bebaca2ea6977dbce62 (patch)
tree0b980e7c1b3fc55af62811e5fd70085bf6e0d971 /appveyor
parentb5e2b64adc76fa8fe80509fac40a8a69d41bc4a2 (diff)
downloadphp-git-a986933ddeff664367d11bebaca2ea6977dbce62.tar.gz
Disable tracing JIT on AppVeyor
This is a temporary measure until the current issues[1] are resolved. [1] <https://github.com/php/php-src/commit/0e1e991a89528b571a0271a3f24f9d3c2c36e23a#commitcomment-40805659>
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/test_task.bat2
1 files changed, 1 insertions, 1 deletions
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