From 937460126aa6477018eafdd2017a9bc3da825c78 Mon Sep 17 00:00:00 2001 From: Gerard Roche Date: Sat, 1 Dec 2012 11:13:37 +0000 Subject: [PATCH] Update _posts/07-07-01-Error-Reporting.md --- _posts/07-07-01-Error-Reporting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/07-07-01-Error-Reporting.md b/_posts/07-07-01-Error-Reporting.md index 1eee78d..9fd4094 100644 --- a/_posts/07-07-01-Error-Reporting.md +++ b/_posts/07-07-01-Error-Reporting.md @@ -43,6 +43,6 @@ To hide the errors on your production 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) \ No newline at end of file +* [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) \ No newline at end of file