From 071f707a6d883d46a3c6d932ec4045345d690e25 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:35:26 +0100 Subject: [PATCH] [ci skip] Make sure opcache can output in these tests --- ext/opcache/tests/opt/gh18107_1.phpt | 2 ++ ext/opcache/tests/opt/gh18107_2.phpt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ext/opcache/tests/opt/gh18107_1.phpt b/ext/opcache/tests/opt/gh18107_1.phpt index 0bb5b3201f2..c99fa7efa40 100644 --- a/ext/opcache/tests/opt/gh18107_1.phpt +++ b/ext/opcache/tests/opt/gh18107_1.phpt @@ -5,6 +5,8 @@ SpencerMalone --EXTENSIONS-- opcache --INI-- +opcache.enable=1 +opcache.enable_cli=1 opcache.optimization_level=0x10 opcache.opt_debug_level=0x20000 --FILE-- diff --git a/ext/opcache/tests/opt/gh18107_2.phpt b/ext/opcache/tests/opt/gh18107_2.phpt index 0f4f66a4591..573bcd5ae4a 100644 --- a/ext/opcache/tests/opt/gh18107_2.phpt +++ b/ext/opcache/tests/opt/gh18107_2.phpt @@ -5,6 +5,8 @@ SpencerMalone --EXTENSIONS-- opcache --INI-- +opcache.enable=1 +opcache.enable_cli=1 opcache.optimization_level=0x10 opcache.opt_debug_level=0x20000 --FILE--