Merge pull request #212 from gerardroche/patch-1

Update _posts/07-07-01-Error-Reporting.md
This commit is contained in:
Phil Sturgeon
2012-12-01 06:29:18 -08:00

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)