phpbrake
phpbrake copied to clipboard
Suppress notification if error_reporting() has narrowed
If the error_reporting() setting has narrowed since Airbrake's error handler was installed, respect the new setting. This also resolves the issue of errors suppressed with the "@" operator being reported to Airbrake. (Fixes #105)
@fuhry @mmcdaris can anyone resolve conflicts and release changes?