Skip to content

1.3

Compare
Choose a tag to compare
@Alorel Alorel released this 02 Oct 22:25
· 46 commits to master since this release

Bugfixes:

  • ExceptionHandler now correctly assigns the $lastRegisteredHandler and $lastReported values

Error class:

  • Now has a static $map property, allowing easy text representation of error codes
  • Now has a shouldBeReported() static method
  • It's now possible to force HTML error output when in CLI mode by defining define('ALO_HANDLERS_FORCE_HTML', true);

ShutdownHandler:

  • Doesn't force the E_CORE_ERROR error code now
  • Has the getLastRegisteredHandler static method now

ErrorHandler:

  • Error labels are more detailed now (e.g. CORE ERROR instead of just ERROR)

Misc:

  • .gitattributes added
  • More extensive testing