mirror of
https://github.com/php/php-src.git
synced 2026-04-11 18:13:00 +02:00
- Fix crash bug reported by DBG author Dmitri Dmitrienko.
This commit is contained in:
@@ -260,10 +260,6 @@ static void zend_update_extended_info(zend_op_array *op_array CLS_DC)
|
||||
}
|
||||
opline++;
|
||||
}
|
||||
opline = get_next_op(op_array CLS_CC);
|
||||
opline->opcode = ZEND_EXT_STMT;
|
||||
SET_UNUSED(opline->op1);
|
||||
SET_UNUSED(opline->op2);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user