]> granicus.if.org Git - php/commit
- object.ptr was made NULL in DO_FCALL but wasn't restored. Right now I
authorAndi Gutmans <andi@php.net>
Tue, 12 Oct 1999 11:41:17 +0000 (11:41 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 12 Oct 1999 11:41:17 +0000 (11:41 +0000)
commitfaa189178293ad850f752645757010dda0bf65d2
tree6dd2c846d0764e94438dd01e7db889fa197855e5
parent290db7ace394d90fcb4d74dedf34d9957b646b68
- object.ptr was made NULL in DO_FCALL but wasn't restored. Right now I
  push it in DO_FCALL and at the end of do_fcall_common it always gets
  popped. We might be able to optimize it out.
Zend/zend_execute.c