Commit 12221827 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Config PHP xdebug dans 91-unicaen-dev.ini : suppression des lignes redondantes...

Config PHP xdebug dans 91-unicaen-dev.ini : suppression des lignes redondantes avec 90-unicaen.ini et mode off par défaut.
parent 8878eb08
Loading
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -19,13 +19,4 @@ opcache.enable=0


# Xdebug v3
xdebug.mode = develop,debug
xdebug.client_host = localhost
xdebug.client_port = 9003
xdebug.start_with_request = yes
xdebug.remote_handler = dbgp
xdebug.discover_client_host = true
xdebug.cli_color = 1
xdebug.var_display_max_data = 512       # controls how large strings can be before they're truncated
xdebug.var_display_max_depth = 3        # controls how many levels deep into a data structure information is shown.
xdebug.var_display_max_children = 1024  # controls how many array elements or object properties are shown.
;xdebug.mode = develop,debug
+1 −10
Original line number Diff line number Diff line
@@ -19,13 +19,4 @@ opcache.enable=0


# Xdebug v3
xdebug.mode = develop,debug
xdebug.client_host = localhost
xdebug.client_port = 9003
xdebug.start_with_request = yes
xdebug.remote_handler = dbgp
xdebug.discover_client_host = true
xdebug.cli_color = 1
xdebug.var_display_max_data = 512       # controls how large strings can be before they're truncated
xdebug.var_display_max_depth = 3        # controls how many levels deep into a data structure information is shown.
xdebug.var_display_max_children = 1024  # controls how many array elements or object properties are shown.
;xdebug.mode = develop,debug