On Fri, 8 Oct 2004, Andi Gutmans wrote:
> At 09:01 AM 10/8/2004 +0200, Derick Rethans wrote:
> >On Thu, 7 Oct 2004, Andi Gutmans wrote:
> >
> > > Guys, maybe we can calm down this attachment cleaner a bit. It's becoming
> > > really annoying. It's only in the past few months where it is overly
> >
On Sat, 2004-10-09 at 15:26, Timm Friebe wrote:
> Hi,
> the attached script produces:
[...Error message...]
- if (parent->common.fn_flags & ZEND_ACC_ABSTRACT
+ if (!(parent->common.scope->ce_flags & ZEND_ACC_INTERFACE)
+ && parent->common.fn_flags & ZEND_ACC_ABSTRACT
fix
Hi,
the attached script produces:
Fatal error: Can't inherit abstract function Drawable::draw()
(previously declared abstract in Figure) in /usr/home/thekid/r.php on
line 12
which is wrong because I am not inheriting anything but implementing an
interface.
The problem is that both zend_do_inheri