JosephLenton / PHP-Error

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

Broken with "zlib output compression" #36

Open mikevalstar opened 11 years ago

mikevalstar commented 11 years ago

changed line 1515 to } else if ( $handler === 'default output handler' || $handler === 'zlib output compression' ) {

fixed the issue... was getting a blank page due to ob_end_flush being called.

jrahmy commented 11 years ago

+1 please fix! It's annoying to have to make this change manually every update and there's a pull request for this already

kenorb commented 8 years ago

Fixed in PR #94