Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set not removable output bufferization(to prevent headers sending)
Some "smart" frameworks are using `flush()` and `while(ob_get_level()) ob_end_flush();` calls to force output flushing, so headers are sent before script shutdown, so php-console can't send own headers.
- Loading branch information