Skip to content
Snippets Groups Projects
Commit 0c31d26a authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update php defaults

parent c2711739
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@
;
[PHP]
error_reporting=E_ALL
display_errors=1
; ----------------------------------------------------------------------
; XDEBUG STUFF BELOW
; ----------------------------------------------------------------------
......
......@@ -190,6 +190,7 @@ Setup modules and the vhost including rewrites , ...
## ✴️ extra-php-config.ini
Custom PHP config file for you additional settings.
Showing all warnings and errors is enabled as default.
✴️ You **SHOULD** change this to setup Mysql database service for your needs.
......@@ -200,6 +201,9 @@ Custom PHP config file for you additional settings.
;
[PHP]
error_reporting=E_ALL
display_errors=1
; ----------------------------------------------------------------------
; XDEBUG STUFF BELOW
; ----------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment