Update _posts/07-07-01-Error-Reporting.md

This commit is contained in:
Gerard Roche
2012-12-01 11:13:37 +00:00
parent 7817cc3678
commit 937460126a

View File

@@ -43,6 +43,6 @@ To hide the errors on your <strong>production</strong> environment, configure yo
With these settings in production, errors will still be logged to the error logs for the web server, but will not be
shown to the user. For more information on these settings, see the PHP manual:
* [Error_reporting](http://www.php.net/manual/en/errorfunc.configuration.php#ini.error-reporting)
* [Display_errors](http://www.php.net/manual/en/errorfunc.configuration.php#ini.display-errors)
* [Log_errors](http://www.php.net/manual/en/errorfunc.configuration.php#ini.log-errors)
* [error_reporting](http://php.net/manual/errorfunc.configuration.php#ini.error-reporting)
* [display_errors](http://php.net/manual/errorfunc.configuration.php#ini.display-errors)
* [log_errors](http://php.net/manual/errorfunc.configuration.php#ini.log-errors)