Fixes #21 Turn off Xdebug by default

This commit is contained in:
cytopia
2018-08-02 15:21:55 +02:00
parent 2de416c7cd
commit 5aa7a77aba
20 changed files with 144 additions and 0 deletions

View File

@@ -41,3 +41,10 @@ display_startup_errors = Off
track_errors = On
log_errors = On
html_errors = Off
; Xdebug settings
xdebug.default_enable = Off
xdebug.profiler_enable = Off
xdebug.remote_enable = Off
xdebug.remote_autostart = Off