ZF-4047: Zend_Db_Profiler_FirebugTest and Zend_Log_Writer_FirebugTest fail when output buffering is disabled
Description
The tests fail when output buffering is disabled.
This is due to Zend_Controller_Response_Abstract::canSendHeaders() returning false as output has already been sent.
Comments
Posted by Wil Sinclair (wil) on 2008-09-02T10:38:53.000+0000
Updating for the 1.6.0 release.