View Issue Details

IDProjectCategoryView StatusLast Update
0021795mantisbtbugtrackerpublic2016-10-30 23:22
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.3.0-beta.1 
Target Version1.3.3Fixed in Version1.3.3 
Summary0021795: E_USER_DEPRECATED is not detected if error_reporting=0
Description

Following introduction of DEPRECATED error type in 0017837, it was omitted to add E_USER_DEPRECATED to the list of error types captured by default (following up on 0010966).

TagsNo tags attached.

Relationships

related to 0017837 closeddregad Add new 'DEPRECATED' error type 
related to 0010966 closeddregad No Errors shown at all if error_reporting=0 configured at server 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.3.x 4ee0da6e

2016-10-12 02:31

dregad


Details Diff
Let Error API capture E_USER_DEPRECATED by default

Following introduction of DEPRECATED error type in issue 0017837, it was
omitted to add E_USER_DEPRECATED to the list of error types captured by
default.

This prevented handling when error_reporting=0.

Follow-up on issue 0010966, cec454931df5a99d03ff22aabf8901648ff3d549
Fixes 0021795
Affected Issues
0010966, 0017837, 0021795
mod - core/error_api.php Diff File