diff options
author | Andi Gutmans <andi@php.net> | 2001-05-08 15:56:26 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-05-08 15:56:26 +0000 |
commit | 3380fa1b8e247ea19f39b540bf917b735b50f79b (patch) | |
tree | cda8e980b681a04efa354c918c5626752a9008b7 /Zend/zend_opcode.c | |
parent | 0a452b2ff22d421263182cbdc8cb7495246f817c (diff) | |
download | php-git-3380fa1b8e247ea19f39b540bf917b735b50f79b.tar.gz |
- Fix crash bug reported by DBG author Dmitri Dmitrienko.
Diffstat (limited to 'Zend/zend_opcode.c')
-rw-r--r-- | Zend/zend_opcode.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Zend/zend_opcode.c b/Zend/zend_opcode.c index ae287f7626..9578e1dff5 100644 --- a/Zend/zend_opcode.c +++ b/Zend/zend_opcode.c @@ -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); } |