diff options
| author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-05-20 11:11:39 +0200 |
|---|---|---|
| committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-05-20 11:11:39 +0200 |
| commit | ad0e58abf4f2c5efe6711d27bb41102c52fdb825 (patch) | |
| tree | 3b4a69a7fa8ee6a7a1b5051baef2b25ec958b172 /ext | |
| parent | 3518c4dfe9fdfdea5d0207da0ba69f5915d3db3c (diff) | |
| parent | 5f1d76a2c410fb5ea0c40fe570402bbef30b87d6 (diff) | |
| download | php-git-ad0e58abf4f2c5efe6711d27bb41102c52fdb825.tar.gz | |
Merge branch 'PHP-7.4'
* PHP-7.4:
Fix test wrt. opcache.error_log
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/opcache/tests/zzz_basic_logging.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/tests/zzz_basic_logging.phpt b/ext/opcache/tests/zzz_basic_logging.phpt index e799bc6daa..bf04b50861 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 opcache.preload= |
