JosephLenton / PHP-Error

Better error reporting for PHP, and prettier too!
1.35k stars 151 forks source link

Fixes for output buffer handling #57

Open panrafal opened 11 years ago

panrafal commented 11 years ago

This pull simplifies and fixes buffer handling. If an error fires inside the buffer, it will be cleaned and canceled.

It also keeps the buffer always running, including "outside" buffers, like gz_output and zlib.

If there is no error, it doesn't clean and rebuffer the output.