You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: