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
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.
0 commit comments