From 3585f5aafcda99191e65374292d80f78eccabfbf Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 9 Apr 2021 15:41:00 +0200 Subject: [PATCH] Explicitly set interned_strings_buffer in logging tests These tests cannot be run with interned_strings_buffer=0. --- ext/opcache/tests/bu69838.phpt | 1 + ext/opcache/tests/bug70423.phpt | 1 + ext/opcache/tests/zzz_basic_logging.phpt | 1 + 3 files changed, 3 insertions(+) diff --git a/ext/opcache/tests/bu69838.phpt b/ext/opcache/tests/bu69838.phpt index 710e9ce3092..0f83635dca6 100644 --- a/ext/opcache/tests/bu69838.phpt +++ b/ext/opcache/tests/bu69838.phpt @@ -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-- diff --git a/ext/opcache/tests/bug70423.phpt b/ext/opcache/tests/bug70423.phpt index 2849ddd7a40..6015a46b46d 100644 --- a/ext/opcache/tests/bug70423.phpt +++ b/ext/opcache/tests/bug70423.phpt @@ -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-- diff --git a/ext/opcache/tests/zzz_basic_logging.phpt b/ext/opcache/tests/zzz_basic_logging.phpt index d8c4afa4d8d..7490fadc62e 100644 --- a/ext/opcache/tests/zzz_basic_logging.phpt +++ b/ext/opcache/tests/zzz_basic_logging.phpt @@ -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--