Skip to content

Commit 9ce623c

Browse files
committed
Fix frameless reentry cleanup ordering
1 parent 9ae220f commit 9ce623c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Zend/zend_vm_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10410,8 +10410,8 @@ ZEND_VM_DEFINE_OP(137, ZEND_OP_DATA);
1041010410
ZEND_VM_HELPER(zend_interrupt_helper, ANY, ANY)
1041110411
{
1041210412
zend_atomic_bool_store_ex(&EG(vm_interrupt), false);
10413-
zend_frameless_cleanup_reentry_copies();
1041410413
SAVE_OPLINE();
10414+
zend_frameless_cleanup_reentry_copies();
1041510415
if (zend_atomic_bool_load_ex(&EG(timed_out))) {
1041610416
zend_timeout();
1041710417
} else if (zend_interrupt_function) {

Zend/zend_vm_execute.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)