Skip to content

Commit e359812

Browse files
committed
Fix log_verbosity_bug.phpt
This test may fail on Windows due to the file cache fallback. We ensure that this will not happen.
1 parent 3d0a0f8 commit e359812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/tests/log_verbosity_bug.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The process should die regardless of the log_verbosity_level.
88
opcache.enable=1
99
opcache.enable_cli=1
1010
opcache.file_cache_only=0
11+
opcache.file_cache_fallback=0
1112
opcache.memory_consumption=999999999
1213
opcache.log_verbosity_level=-1
1314
--SKIPIF--

0 commit comments

Comments
 (0)