Skip to content

Commit c572613

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
2 parents 50ccea3 + d404e1d commit c572613

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ext/zend_test/tests/opline_dangling.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ possible segfault in `ZEND_BIND_STATIC`
44
https://github.com/php/php-src/pull/12758
55
--EXTENSIONS--
66
zend_test
7+
--ENV--
8+
USE_ZEND_ALLOC=1
79
--INI--
810
zend_test.observe_opline_in_zendmm=1
911
--FILE--

ext/zend_test/tests/opline_dangling_02.phpt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
--TEST--
22
possible segfault in `ZEND_FUNC_GET_ARGS`
3-
--DESCRIPTION--
43
--EXTENSIONS--
54
zend_test
5+
--ENV--
6+
USE_ZEND_ALLOC=1
67
--INI--
78
zend_test.observe_opline_in_zendmm=1
89
--FILE--

0 commit comments

Comments
 (0)