mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Explicitly set interned_strings_buffer in logging tests
These tests cannot be run with interned_strings_buffer=0.
This commit is contained in:
parent
4ce5d2ea88
commit
3585f5aafc
3 changed files with 3 additions and 0 deletions
|
@ -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--
|
||||||
|
|
|
@ -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--
|
||||||
|
|
|
@ -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--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue