error_reporting = E_ALL & ~E_NOTICE

PHP programming
admin
Site Admin
Posts:7390
Joined:Wed Mar 13, 2019 6:42 am
Contact:
error_reporting = E_ALL & ~E_NOTICE

Post by admin » Wed Apr 24, 2019 8:04 pm

error_reporting = E_ALL & ~E_NOTICE The default value is E_ALL & ~E_NOTICE, all errors except notices. Development servers should be set to at least the default; only production servers should even consider a lesser value

Post Reply