Re: [PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20to coredump

2001-11-15 Thread Derick Rethans
On Thu, 15 Nov 2001, Yasuo Ohgaki wrote: > Hi Derick, > > May I ask question? I've spent a little more time on this. (When I > submit the patch, I spent less than 10 minutes :) > > When unset($arr[]) is called, get_zval_ptr() returns NULL since > znode has IS_UNUSED type. unset is supposed to wo

Re: [PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20to coredump

2001-11-14 Thread Derick Rethans
Hello, On Thu, 15 Nov 2001, Yasuo Ohgaki wrote: > Suggested fix. This fixes the symtom, not the problem Derick > > Index: zend_execute.c > === > RCS file: /repository/Zend/zend_execute.c,v > retrieving revision 1.282.2.3 > di