]> granicus.if.org Git - php/commitdiff
Fix log_verbosity_bug.phpt
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 9 May 2019 10:15:00 +0000 (12:15 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 9 May 2019 10:15:00 +0000 (12:15 +0200)
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

index 7516850a129e677f4fd9f90b481c23650c26e16b..9bf80845d917bfb105269e5076b7310242728f91 100644 (file)
@@ -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--