cleaning up

This commit is contained in:
Arian Acosta
2017-07-15 18:53:01 -04:00
parent 112e31a933
commit 829a5b5acf
3 changed files with 2 additions and 6 deletions

View File

@ -474,7 +474,7 @@ error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
; Development Value: On
; Production Value: Off
; http://php.net/display-errors
display_errors = On
display_errors = Off
; The display of errors which occur during PHP's startup sequence are handled
; separately from display_errors. PHP's default behavior is to suppress those
@ -485,7 +485,7 @@ display_errors = On
; Development Value: On
; Production Value: Off
; http://php.net/display-startup-errors
display_startup_errors = On
display_startup_errors = Off
; Besides displaying errors, PHP can also log errors to locations such as a
; server-specific log, STDERR, or a location specified by the error_log