Difference between revisions of "Issue:Error reporting change"

From FollowTheScore
Jump to: navigation, search
(hope I did this right)
 
(No difference)

Latest revision as of 07:06, 26 September 2008

Description: error_reporting is set to E_ALL
Extension / Version: DPL   /   1.7.5
Type / Status: Change Request   /   open

Problem

error_reporting is set to E_ALL (in line 1078 in my version). This can cause the error log to fill quickly if other non-DPL routines generate NOTICE type errors since DPL leaves reporting level set to E_ALL. Either the current level could be saved and restored using something like cur_level=error_reporting or else setting to E_ALL should be dropped/optional.


Reply