Explicitly set interned_strings_buffer in logging tests

These tests cannot be run with interned_strings_buffer=0.
This commit is contained in:
Nikita Popov 2021-04-09 15:41:00 +02:00
parent 4ce5d2ea88
commit 3585f5aafc
3 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Bug #69838 OPCACHE Warning Internal error: wrong size calculation
opcache.enable=1 opcache.enable=1
opcache.enable_cli=1 opcache.enable_cli=1
opcache.log_verbosity_level=2 opcache.log_verbosity_level=2
opcache.interned_strings_buffer=8
--EXTENSIONS-- --EXTENSIONS--
opcache opcache
--FILE-- --FILE--

View file

@ -5,6 +5,7 @@ open_basedir=.
opcache.enabled=1 opcache.enabled=1
opcache.enable_cli=1 opcache.enable_cli=1
opcache.log_verbosity_level=2 opcache.log_verbosity_level=2
opcache.interned_strings_buffer=8
--EXTENSIONS-- --EXTENSIONS--
opcache opcache
--FILE-- --FILE--

View file

@ -11,6 +11,7 @@ opcache.error_log=
opcache.log_verbosity_level=4 opcache.log_verbosity_level=4
opcache.huge_code_pages=0 opcache.huge_code_pages=0
opcache.preload= opcache.preload=
opcache.interned_strings_buffer=8
--EXTENSIONS-- --EXTENSIONS--
opcache opcache
--SKIPIF-- --SKIPIF--