Actions
Feature proposal #7088
closedImplement error capturing
Description
Too many users that don't know how to write valid PHP keep using code fields or code validation and crippling their sites. Implement error capturing and output the error if the user is a moderator otherwise output nothing. Note this will only work on PHP 7+ since earlier versions of PHP do not throw catchable errors and we don't want to redirect the flow of errors with a custom error handler on older PHP releases.
Actions