ZF-12031: Zend_Log ErrorHandler: incorrect handling of E_DEPRECATED and E_USER_DEPRECATED
Description
In Zend_Log's registerErrorHandler method, the E_DEPRECATED and E_DEPRECATED errors are saved with an incorrect key in the _errorHandlerMap array. Strings are used as keys, instead of the constants' values.
Comments
Posted by Adam Lundrigan (adamlundrigan) on 2012-02-25T00:48:29.000+0000
@CR Team: Is this something worth fixing in v1.12?