Skip to content

Commit 3752f48

Browse files
committed
displaying php errors
1 parent 0baf791 commit 3752f48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

php-fpm/php71.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
474474
; Development Value: On
475475
; Production Value: Off
476476
; http://php.net/display-errors
477-
display_errors = Off
477+
display_errors = On
478478

479479
; The display of errors which occur during PHP's startup sequence are handled
480480
; separately from display_errors. PHP's default behavior is to suppress those
@@ -485,7 +485,7 @@ display_errors = Off
485485
; Development Value: On
486486
; Production Value: Off
487487
; http://php.net/display-startup-errors
488-
display_startup_errors = Off
488+
display_startup_errors = On
489489

490490
; Besides displaying errors, PHP can also log errors to locations such as a
491491
; server-specific log, STDERR, or a location specified by the error_log

0 commit comments

Comments
 (0)