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

fixes the problem.

- Ti "likes to talk to himself" mm

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to