1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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_cli=1
opcache.log_verbosity_level=2
opcache.interned_strings_buffer=8
--EXTENSIONS--
opcache
--FILE--

View File

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

View File

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