mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 19:11:16 +00:00
18 lines
558 B
INI
18 lines
558 B
INI
; ############################################################
|
|
; # Devilbox PHP defaults for all development Docker images
|
|
; ############################################################
|
|
|
|
; This php.ini is applied to the work container.
|
|
|
|
|
|
[PHP]
|
|
|
|
; Error reporting
|
|
; Note: error_log is dynamic and handled during start to set appropriate setting
|
|
error_reporting = E_ALL | E_NOTICE | E_STRICT | E_DEPRECATED
|
|
display_errors = On
|
|
display_startup_errors = On
|
|
track_errors = On
|
|
log_errors = On
|
|
html_errors = On
|