Skip to content

Commit b489e0f

Browse files
committed
Make sure to disable JIT when overriding execute_ex
1 parent 233ffcc commit b489e0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/tests/gh10072.phpt

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ GH-10072 (PHP crashes when execute_ex is overridden and a trampoline is used fro
44
zend_test
55
--INI--
66
zend_test.replace_zend_execute_ex=1
7+
opcache.jit=disable
78
--FILE--
89
<?php
910
class DummyStreamWrapper

0 commit comments

Comments
 (0)