]> granicus.if.org Git - php/commitdiff
- The baby patch wasn't that innocent :)
authorAndi Gutmans <andi@php.net>
Tue, 21 Nov 2000 16:14:02 +0000 (16:14 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 21 Nov 2000 16:14:02 +0000 (16:14 +0000)
Zend/zend_execute.c

index a5fdfc37ae9aca9036366f1d038eaf79258ffbab..4c4e97492d0e2455871313b7c8528b292715120e 100644 (file)
@@ -1654,7 +1654,6 @@ do_fcall_common:
                                        }
                                        INIT_PZVAL(valptr);
                                        zend_ptr_stack_push(&EG(argument_stack), valptr);
-                                       FREE_OP(&opline->op1, EG(free_op1));
                                }
                                NEXT_OPCODE();
                        case ZEND_SEND_VAR: