MantisBT: master-1.3.x 4ee0da6e

Author Committer Branch Timestamp Parent
dregad dregad master-1.3.x 2016-10-12 02:31 master-1.3.x d7c92d77
Affected Issues  0010966: No Errors shown at all if error_reporting=0 configured at server
 0017837: Add new 'DEPRECATED' error type
 0021795: E_USER_DEPRECATED is not detected if error_reporting=0
Changeset

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

mod - core/error_api.php Diff File