Skip to content

Commit 3585f5a

Browse files
committed
Explicitly set interned_strings_buffer in logging tests
These tests cannot be run with interned_strings_buffer=0.
1 parent 4ce5d2e commit 3585f5a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ext/opcache/tests/bu69838.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Bug #69838 OPCACHE Warning Internal error: wrong size calculation
44
opcache.enable=1
55
opcache.enable_cli=1
66
opcache.log_verbosity_level=2
7+
opcache.interned_strings_buffer=8
78
--EXTENSIONS--
89
opcache
910
--FILE--

ext/opcache/tests/bug70423.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ open_basedir=.
55
opcache.enabled=1
66
opcache.enable_cli=1
77
opcache.log_verbosity_level=2
8+
opcache.interned_strings_buffer=8
89
--EXTENSIONS--
910
opcache
1011
--FILE--

ext/opcache/tests/zzz_basic_logging.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ opcache.error_log=
1111
opcache.log_verbosity_level=4
1212
opcache.huge_code_pages=0
1313
opcache.preload=
14+
opcache.interned_strings_buffer=8
1415
--EXTENSIONS--
1516
opcache
1617
--SKIPIF--

0 commit comments

Comments
 (0)