Skip to content

Commit c7a67c6

Browse files
committed
Disable JIT for ext/ffi/tests/200.phpt
JIT assumes that the zend_write callback will not be changed at runtime, which I think is reasonable, so don't run this test under JIT.
1 parent b7a6430 commit c7a67c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/ffi/tests/200.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ try {
1111
?>
1212
--INI--
1313
ffi.enable=1
14+
opcache.jit=0
1415
--FILE--
1516
<?php
1617
$zend = FFI::cdef("

0 commit comments

Comments
 (0)