]> granicus.if.org Git - php/commitdiff
Fix test wrt. opcache.error_log
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 20 May 2019 09:09:44 +0000 (11:09 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 20 May 2019 09:09:44 +0000 (11:09 +0200)
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.

ext/opcache/tests/zzz_basic_logging.phpt

index 8605cb1988eee3fe105e688dba9b547b343e32fb..778857df7c4ecc7dae2ae1ae5a7f4a88a45f6d4c 100644 (file)
@@ -7,6 +7,7 @@ outputs the correct logging at the highest log_verbosity_level
 opcache.enable=1
 opcache.enable_cli=1
 opcache.file_cache_only=0
+opcache.error_log=
 opcache.log_verbosity_level=4
 opcache.huge_code_pages=0
 --SKIPIF--