Skip to content

Commit c3f7879

Browse files
committed
Also reset hot handlers
Signed-off-by: Bob Weinand <bobwei9@hotmail.com>
1 parent 7eaa8ea commit c3f7879

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/opcache/jit/zend_jit_trace.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7608,6 +7608,8 @@ ZEND_EXT_API void zend_jit_blacklist_function(zend_op_array *op_array) {
76087608
return;
76097609
}
76107610

7611+
zend_jit_stop_persistent_op_array(op_array);
7612+
76117613
// First not-skipped op
76127614
zend_op *opline = op_array->opcodes;
76137615
if (!(op_array->fn_flags & ZEND_ACC_HAS_TYPE_HINTS)) {

0 commit comments

Comments
 (0)