Skip to content

Commit ed43106

Browse files
committed
Merge branch 'PHP-8.3'
2 parents 78364ef + 4774dc1 commit ed43106

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ext/zend_test/tests/opline_dangling.phpt

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 1 deletion
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)