View Issue Details

IDProjectCategoryView StatusLast Update
437Exception_DefaultHandlerAllpublic1 Jun 2018 19:29
Reportertimj Assigned Totimj  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.1 
Target Version1.0.2Fixed in Version1.0.2 
Summary437: Support PHP7 Errors in the exception handler
DescriptionFrom PHP7, as well as Exceptions, Errors are also passed to the exception handler, which causes problems as the exception handler has type hinting to expect Exception objects. A new Throwable type is introduced.
TagsNo tags attached.

Activities

timj

7 Sep 2017 14:57

administrator   ~492

Maybe remove the type hinting and add some runtime checks, depending on the PHP version? (e.g. check for Throwable or Exception depending on version)

timj

7 Sep 2017 22:40

administrator   ~496

Fixed in SVN r2270

Issue History

Date Modified Username Field Change
1 Sep 2017 08:49 timj New Issue
7 Sep 2017 14:57 timj Note Added: 492
7 Sep 2017 14:57 timj Assigned To => timj
7 Sep 2017 14:57 timj Status new => assigned
7 Sep 2017 14:57 timj Target Version => 1.0.2
7 Sep 2017 22:40 timj Status assigned => resolved
7 Sep 2017 22:40 timj Resolution open => fixed
7 Sep 2017 22:40 timj Fixed in Version => 1.0.2
7 Sep 2017 22:40 timj Note Added: 496
1 Jun 2018 19:29 timj Status resolved => closed