From: Nikita Popov Date: Wed, 20 May 2020 07:49:46 +0000 (+0200) Subject: Disable JIT in file cache test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=057875d161da6417e3e56209828d21fc54250127;p=php Disable JIT in file cache test File cache and JIT are currently incomatible. --- diff --git a/ext/opcache/tests/bug78189.phpt b/ext/opcache/tests/bug78189.phpt index 5e59b5eab6..c1ef010c83 100644 --- a/ext/opcache/tests/bug78189.phpt +++ b/ext/opcache/tests/bug78189.phpt @@ -10,6 +10,7 @@ opcache.enable_cli=1 opcache.optimization_level=-1 opcache.file_cache="{TMP}" opcache.file_cache_only=1 +opcache.jit=0 --FILE--