ZF-10613: Zend_InfoCard_Xml_Security:>_secureStringCompare() should be static
Description
With improvement of security done in r23088, the Zend_InfoCard_Xml_Security class displays the following error.
PHP Fatal error: Using $this when not in object context in /var/www/zf-trunk/library/Zend/InfoCard/Xml/Security.php on line 177.
Zend_InfoCard_Xml_Security::_secureStringCompare() should be static not see problem with BC because this method was added with 1.11.
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-10-31T03:31:19.000+0000
Fixed in trunk r23279, and merged to release branch 1.11 r232980.