; ############################################################ ; # 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 log_errors = On html_errors = On