|
How do I register a plugin on the dispatchLoopShutdown and ensure it is executed last by default? All wildfire HTTP messages are now flushed on dispatchLoopShutdown() and by default the front controller plugin index is set to 999. You can specify a different plugin stack index with the following code. This needs to be called before the first logging call. Zend_Wildfire_Channel_HttpHeaders::setControllerPluginStackIndex(999); Updating for the 1.6.0 release. |
|||||||||||||||||||||||||||||||||||||||||||
Scheduling for RC3