Increase error reporting for development images

This commit is contained in:
cytopia
2018-04-08 12:59:54 +02:00
parent 8b49cd6184
commit 08e1f633fe
8 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
; PHP Development configuration for errors
; Show all errors
display_errors = On
display_startup_errors = On
; Log all errors
log_errors = On
; What errors to show/log
error_reporting = E_ALL | E_STRICT
xmlrpc_errors = On