We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f343874 commit 50a7cfeCopy full SHA for 50a7cfe
ext/opcache/tests/log_verbosity_bug.phpt
@@ -1,15 +1,14 @@
1
--TEST--
2
Test ACCEL_LOG_FATAL will cause the process to die even if not logged
3
--DESCRIPTION--
4
-This test forces the opcache to error by setting memory_comsumption very large.
+This test forces the opcache to error by setting file_cache_only without file_cache.
5
The resulting ACCEL_LOG_FATAL should cause php to die.
6
The process should die regardless of the log_verbosity_level.
7
--INI--
8
opcache.enable=1
9
opcache.enable_cli=1
10
-opcache.file_cache_only=0
11
-opcache.file_cache_fallback=0
12
-opcache.memory_consumption=999999999
+opcache.file_cache=
+opcache.file_cache_only=1
13
opcache.log_verbosity_level=-1
14
--EXTENSIONS--
15
opcache
0 commit comments