ZF-161: Strict Standards - Non-static method DOMDocument::load() should not be called statically
Description
Strict Standards: Non-static method DOMDocument::load() should not be called statically, assuming $this from incompatible context in Zend Framework/trunk/tests/Zend/Feed/AtomPublishingTest.php on line 98
Strict Standards: Non-static method DOMDocument::loadXML() should not be called statically, assuming $this from incompatible context in Zend Framework/trunk/tests/Zend/Feed\AtomPublishingTest.php on line 99
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2006-06-29T12:01:09.000+0000
Resolved in patch [741] -- instantiate domdocuments prior to load*() calls.
Posted by Wil Sinclair (wil) on 2008-12-19T13:48:59.000+0000
Bookkeeping. Closing old issues and assigning them to the person who ultimately resolved the issue.