Hello, I'm using XenAPI (XenAPI - XenForo PHP REST API) and I want to buffer its output. At some point it calls XenForo_Application::initialize, which calls beginApplication which deletes the output buffers, together with my own one that I added before calling XenAPI. How can this be fixed?