ZF-10545: Zend_Crypt::hash() does not returns $result
Description
Public static method hash() of Zend_Crypt does not return result if there is no php function with name equals $algoritm. Just add "return $result;" at the end, please. This bug existing very long time, at least from spring 2010.
Comments
Posted by Pádraic Brady (padraic) on 2010-10-12T10:05:45.000+0000
Fixed in r23089