Skip to content

Commit 19a8e69

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: [ci skip] Make sure opcache can output in these tests
2 parents 8d7cdbf + 7d1a2d0 commit 19a8e69

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ext/opcache/tests/opt/gh18107_1.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ SpencerMalone
55
--EXTENSIONS--
66
opcache
77
--INI--
8+
opcache.enable=1
9+
opcache.enable_cli=1
810
opcache.optimization_level=0x10
911
opcache.opt_debug_level=0x20000
1012
--FILE--

ext/opcache/tests/opt/gh18107_2.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ SpencerMalone
55
--EXTENSIONS--
66
opcache
77
--INI--
8+
opcache.enable=1
9+
opcache.enable_cli=1
810
opcache.optimization_level=0x10
911
opcache.opt_debug_level=0x20000
1012
--FILE--

0 commit comments

Comments
 (0)