Re: [PHP-DEV] RE: Segfault in HEAD

2004-03-02 Thread Timm Friebe
On Mon, 2004-03-01 at 16:53, [EMAIL PROTECTED] wrote: > >This should be fixed now. Thanks for the short reproducing script. > > > >Andi > > I don't think, that it is fixed in latest cvs. > Simply changing the script to this, the problem/bug still exists: [...] $ cat destruct_segfault.php foo = fa

[PHP-DEV] RE: Segfault in HEAD

2004-03-01 Thread kase
>This should be fixed now. Thanks for the short reproducing script. > >Andi I don't think, that it is fixed in latest cvs. Simply changing the script to this, the problem/bug still exists: foo = false; } public function start() { throw new Exception(); } }