Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fix test wrt. opcache.error_log
This commit is contained in:
Christoph M. Becker 2019-05-20 11:10:20 +02:00
commit db8ef71353

View 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--