From e359812ce3b01f184601fde75e3963b550fc599d Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 9 May 2019 12:15:00 +0200 Subject: Fix log_verbosity_bug.phpt This test may fail on Windows due to the file cache fallback. We ensure that this will not happen. --- ext/opcache/tests/log_verbosity_bug.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/opcache/tests/log_verbosity_bug.phpt b/ext/opcache/tests/log_verbosity_bug.phpt index 7516850a12..9bf80845d9 100644 --- a/ext/opcache/tests/log_verbosity_bug.phpt +++ b/ext/opcache/tests/log_verbosity_bug.phpt @@ -8,6 +8,7 @@ The process should die regardless of the log_verbosity_level. opcache.enable=1 opcache.enable_cli=1 opcache.file_cache_only=0 +opcache.file_cache_fallback=0 opcache.memory_consumption=999999999 opcache.log_verbosity_level=-1 --SKIPIF-- -- cgit v1.2.1