Skip to content

Releases: samsonasik/ErrorHeroModule

2.15.0

24 Sep 09:49
2.15.0
1d928eb
Compare
Choose a tag to compare

add ip address to request data information for http request

2.14.1

21 Sep 10:11
2.14.1
6af28a0
Compare
Choose a tag to compare

move display_errors check to early

2.14.0

21 Sep 08:02
2.14.0
093f8e1
Compare
Choose a tag to compare

Build Status Coverage Status PHPStan

  • 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

17 Sep 06:19
2.13.10
98d28ca
Compare
Choose a tag to compare

handle trait_exists in HeroAutoload

2.13.9

17 Sep 04:42
2.13.9
64c647e
Compare
Choose a tag to compare

handle interface_exists check in HeroAutoload class

2.13.7

17 Sep 02:49
2.13.7
32d2e95
Compare
Choose a tag to compare

exclude some class exists check.

2.13.6

17 Sep 02:25
2.13.6
c24db86
Compare
Choose a tag to compare
  • exclude some ZF classes for Zray

2.13.5

16 Sep 13:48
2.13.5
53db924
Compare
Choose a tag to compare

Build Status Coverage Status PHPStan

  • Add handle of Fatal Error that caused by inexistent class

2.13.4

22 Jul 23:50
2.13.4
b88cdb8
Compare
Choose a tag to compare
  • using PHP_BINARY constant for "php" binary path information for console environment

2.13.3

21 Jul 10:29
2.13.3
4795662
Compare
Choose a tag to compare

handle for whatever reason upload file input named "name" for Mail Writer with include attachments of uploaded files