Closed websupporter closed 4 years ago
When the PHP code purposefully suppresses PHP errors using the error control operator @, those errors should not be logged by default.
@
A filter could be added to restore the old behavior in which those errors have been logged.
closed via #51
When the PHP code purposefully suppresses PHP errors using the error control operator
@
, those errors should not be logged by default.A filter could be added to restore the old behavior in which those errors have been logged.