You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugger: removes output buffer for Bar, Bluescreen and production error. It decides whether clean or flush output buffers.
- ob_start() without callback & chunk-size is usually used to capture output to string -> clean it
- ob_start() with callback and/or chunk-size is usually used to preprocess (gzip) or branch off (bluescreen) output -> flush it
zlib.output_compression and ob_gzhandler are unremovable in PHP >= 5.4 only after first chunk was sent
0 commit comments