Pierre, maybe this has something to do with Zeev's commits from this morning. Maybe this one :
http://cvs.php.net/diff.php/ZendEngine2/zend_compile.c?r1=1.519&r2=1.520&ty=u
Andrey
Pierre-Alain Joye wrote:
Hello,
Using current HEAD, I got the following errors in make install-pear: ... Installing PHP CLI binary: /usr/local/web/php5/bin/ Installing PHP CLI man page: /usr/local/web/php5/man/man1/ Installing PEAR environment: /usr/local/web/php5/lib/php/ PHP Fatal error: Can't inherit abstract function Iterator::current() (previously declared abstract in Iterator) in Unknown on line 0 PHP Fatal error: Can't inherit abstract function Iterator::next() (previously declared abstract in Iterator) in Unknown on line 0 PHP Fatal error: Can't inherit abstract function Iterator::key() (previously declared abstract in Iterator) in Unknown on line 0 PHP Fatal error: Can't inherit abstract function Iterator::hasMore() (previously declared abstract in Iterator) in Unknown on line 0 PHP Fatal error: Can't inherit abstract function Iterator::rewind() (previously declared abstract in Iterator) in Unknown on line 0 ...
Before I go for a deeper investigation, I'm wondering what has been changed. We do not use iterator in this script (or is there a default usage somewhere?)
pierre
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php