JosephLenton / PHP-Error

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

Bug in ErrorHandler::isNonPHPRequest #55

Closed sam159 closed 11 years ago

sam159 commented 11 years ago

$found is initally set to true rather than false. Leading to all content types being considered as a valid php request.

JosephLenton commented 11 years ago

This should now be fixed via this commit.