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:
@@ -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--
|
||||
|
||||
@@ -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--
|
||||
|
||||
@@ -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--
|
||||
|
||||
Reference in New Issue
Block a user