Development Cycle

Binary Bits and Pieces

  • About Anthony Mills

Tag: Error Handling

Logging PHP Errors For Production Environments

18 July 2011
Anthony Mills
No Comments

Good security practices dictate PHP should be configured to never display error messages and notices to screen in a production environment due to its potential to reveal information about your server and application setup. One solution is to enable error logging on the server by setting the log_errors attribute to…

Read More