Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
10 lines (7 loc) · 383 Bytes

CHANGELOG.md

File metadata and controls

10 lines (7 loc) · 383 Bytes

Changelog

0.4.2

  • Added new default scrub params

0.4.1

  • Added optional extra_data param to report_message()

0.4.0

  • Error handler function (report_php_error) now always returns false, so that the default php error handler still runs. This is a breaking change if your code relied on the old behavior where the error handler did not ever halt script execution.