1
0
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:
Andi Gutmans
2001-05-08 15:56:26 +00:00
parent 0a452b2ff2
commit 3380fa1b8e

View File

@@ -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);
}