mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-14 01:33:58 +02:00
Merge pull request #212 from gerardroche/patch-1
Update _posts/07-07-01-Error-Reporting.md
This commit is contained in:
@@ -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)
|
Reference in New Issue
Block a user