From: Christoph M. Becker Date: Mon, 20 May 2019 09:09:44 +0000 (+0200) Subject: Fix test wrt. opcache.error_log X-Git-Tag: php-7.2.20RC1~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64ec9f4dbe26ee587494b9faf510556e34aa875f;p=php 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. --- diff --git a/ext/opcache/tests/zzz_basic_logging.phpt b/ext/opcache/tests/zzz_basic_logging.phpt index 8605cb1988..778857df7c 100644 --- a/ext/opcache/tests/zzz_basic_logging.phpt +++ b/ext/opcache/tests/zzz_basic_logging.phpt @@ -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--