Skip to content

Commit 64ec9f4

Browse files
committed
Fix test wrt. opcache.error_log
Since the test expects log messages to be written to stderr, we have to make sure that opcache.error_log is set correctly when running the test.
1 parent e246dea commit 64ec9f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/tests/zzz_basic_logging.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ outputs the correct logging at the highest log_verbosity_level
77
opcache.enable=1
88
opcache.enable_cli=1
99
opcache.file_cache_only=0
10+
opcache.error_log=
1011
opcache.log_verbosity_level=4
1112
opcache.huge_code_pages=0
1213
--SKIPIF--

0 commit comments

Comments
 (0)