Topic: error_reporting
Just a general question, but is having punbb display all php errors really nessasary for release versions? And if so why. As I recall even the php documentation specifies something about not having it display all errors.
You are not logged in. Please login or register.
PunBB Forums → General discussion → error_reporting
Just a general question, but is having punbb display all php errors really nessasary for release versions? And if so why. As I recall even the php documentation specifies something about not having it display all errors.
its good practise really since it highlights any problems
And what you're thinking of is in php.ini, although it's the opposite of what you said
; - error_reporting = E_ALL [Code Cleanliness, Security(?)]
; By default, PHP surpresses errors of type E_NOTICE. These error messages
; are emitted for non-critical errors, but that could be a symptom of a bigger
; problem. Most notably, this will cause error messages about the use
; of uninitialized variables to be displayed.
Thing is, if they aren't displayed, some bugs will go unnoticed.
Alright, thanks for clearing that up.
PunBB Forums → General discussion → error_reporting
Powered by PunBB, supported by Informer Technologies, Inc.