Releases: samsonasik/ErrorHeroModule
Releases · samsonasik/ErrorHeroModule
2.15.0
add ip address to request data information for http request
2.14.1
move display_errors check to early
2.14.0
- Handle ALL Fatal errors. It now even can handle this kind of code :
$y = new class implements \stdClass {};
that will report to DB as the following:
-[ RECORD 1 ]+--------------------------------------------------------------------------------------------------------------------------------
id | 263
date | 2018-09-21 14:59:53
type | 3
event | class@anonymous cannot implement stdClass - it is not an interface
url | http://localhost:8080/error-preview/fatal
file | /Users/samsonasik/www/expressive3-test/vendor/samsonasik/error-hero-module/src/Middleware/Routed/Preview/ErrorPreviewAction.php
line | 27
error_type | E_ERROR
trace | #0 [internal function]: ErrorHeroModule\Middleware\Expressive->execOnShutdown() +
| #1 {main}
request_data | array ( +
| 'request_method' => 'GET', +
| 'query_data' => +
| array ( +
| ), +
| 'body_data' => +
| array ( +
| ), +
| 'raw_data' => '', +
| 'files_data' => +
| array ( +
| ), +
| 'cookie_data' => +
| array ( +
| ), +
and of course, notify to your email when you activate its notification option.
2.13.10
handle trait_exists in HeroAutoload
2.13.9
handle interface_exists check in HeroAutoload class
2.13.7
exclude some class exists check.
2.13.6
- exclude some ZF classes for Zray
2.13.5
2.13.4
- using
PHP_BINARY
constant for "php" binary path information for console environment
2.13.3
handle for whatever reason upload file input named "name" for Mail Writer with include attachments of uploaded files