PHP Notices: benign or dangerous? Important or not? Should I care?
Article updated: 11 Dec 2017 PHP notices are “soft errors” in PHP programming language. If you enable error logging (debug) in php.ini configuration file, they will pop-up in your logs from time-to-time during various development stages. They should not, however, be present in full production application (if code quality was somewhere among your goals). But, what […]