We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0baf791 commit 3752f48Copy full SHA for 3752f48
1 file changed
php-fpm/php71.ini
@@ -474,7 +474,7 @@ error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
474
; Development Value: On
475
; Production Value: Off
476
; http://php.net/display-errors
477
-display_errors = Off
+display_errors = On
478
479
; The display of errors which occur during PHP's startup sequence are handled
480
; separately from display_errors. PHP's default behavior is to suppress those
@@ -485,7 +485,7 @@ display_errors = Off
485
486
487
; http://php.net/display-startup-errors
488
-display_startup_errors = Off
+display_startup_errors = On
489
490
; Besides displaying errors, PHP can also log errors to locations such as a
491
; server-specific log, STDERR, or a location specified by the error_log
0 commit comments