Skip to content

Commit bf56daa

Browse files
committed
Remove "finally" restriction.
1 parent 204660f commit bf56daa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/opcache/Optimizer/pass3.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ void zend_optimizer_pass3(zend_op_array *op_array, zend_optimizer_ctx *ctx)
5252
int i;
5353
ALLOCA_FLAG(use_heap);
5454

55-
if (op_array->fn_flags & ZEND_ACC_HAS_FINALLY_BLOCK) {
56-
return;
57-
}
58-
5955
jmp_hitlist = (zend_op**)do_alloca(sizeof(zend_op*)*op_array->last, use_heap);
6056
opline = op_array->opcodes;
6157
end = opline + op_array->last;

0 commit comments

Comments
 (0)