diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-05-09 12:15:00 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-05-09 12:15:00 +0200 |
commit | e359812ce3b01f184601fde75e3963b550fc599d (patch) | |
tree | edb10d2fa9712f78e69124450856f7513f42ab49 | |
parent | 3d0a0f801b6eb0ec7d4fdee119b339d2dab9771f (diff) | |
download | php-git-e359812ce3b01f184601fde75e3963b550fc599d.tar.gz |
Fix log_verbosity_bug.phpt
This test may fail on Windows due to the file cache fallback. We
ensure that this will not happen.
-rw-r--r-- | ext/opcache/tests/log_verbosity_bug.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
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-- |