ZF-3533: Wrong initialisation of DOMDocument
Description
Search for line 113 in /Zend_Feed/Abstract.php and replace it with:
$doc = new DOMDocument();
$doc->loadXML(&$this->_element);
Otherwise a php-notice will occur, saying, that a loadXml() should not be called statically.
Comments
Posted by Simone Carletti (weppos) on 2008-06-30T01:00:38.000+0000
Please only select "Patch" type if you really provide an SVN patch either as a diff view or as an attachment. The resolution itself can't be applied because:
I'm closing this as duplicate of ZF-3124.