ZF-10537: File & Line info is incorrect for FirePHP messages sent via Zend_Wildfire
Description
The file and line info is offset for FirePHP messages sent via Zend_Wildfire.
This is a result of a change in stack depth for backtraces (used to determine this info) likely due to some refactoring work unrelated to Zend_Wildfire.
Comments
Posted by Christoph Dorn (cadorn) on 2010-10-09T16:29:03.000+0000
Also found a bug where file and line info is incorrect when using Zend_Log aliases instead of send().