You can suppress the PHP notice and warning and deprecated messages in your php configuration . In a production environment, you probably want to suppress the following:
error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE & ~E_WARNING
You can suppress the PHP notice and warning and deprecated messages in your php configuration . In a production environment, you probably want to suppress the following:
error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE & ~E_WARNING