-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
I am running a script on my local machine that has nothing to do with Phalcon, and I get this:
[29-Aug-2012 16:27:56] PHP Fatal error: Can't inherit abstract function Iterator::current() (previously declared abstract in Phalcon\Mvc\Model\Resultset) in Unknown on line 0
[29-Aug-2012 16:27:56] PHP Fatal error: Can't inherit abstract function Iterator::valid() (previously declared abstract in Phalcon\Mvc\Model\Resultset) in Unknown on line 0
[29-Aug-2012 16:27:56] PHP Fatal error: Can't inherit abstract function Iterator::current() (previously declared abstract in Phalcon\Mvc\Model\Resultset) in Unknown on line 0
[29-Aug-2012 16:27:56] PHP Fatal error: Can't inherit abstract function Iterator::valid() (previously declared abstract in Phalcon\Mvc\Model\Resultset) in Unknown on line 0
[29-Aug-2012 16:27:56] PHP Strict Standards: Declaration of Phalcon\Mvc\Model\MetaData\Memory::write() should be compatible with that of Phalcon\Mvc\Model\MetaData::write() in Unknown on line 0
I pulled the latest code no more than 30 mins ago.