Skip to content
Snippets Groups Projects
Commit df065415 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Modif configs

parent 9a9c3c42
Branches
Tags
No related merge requests found
Pipeline #15871 failed
......@@ -20,15 +20,15 @@ max_execution_time = 240
memory_limit = 2048M
;# Xdebug v3
# 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.var_display_max_children = 1024
;xdebug.var_display_max_data = -1
;xdebug.max_nesting_level = 256
;# Attention: trop diminuer 'max_nesting_level' peut causer une erreur 'Maximum function nesting level of x reached'
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.
......@@ -38,8 +38,8 @@ xdebug.client_port = 9003
xdebug.start_with_request = trigger
xdebug.remote_handler = dbgp
xdebug.discover_client_host = true
xdebug.var_display_max_children = 1024
xdebug.var_display_max_data = -1
xdebug.max_nesting_level = 256
# Attention: trop diminuer 'max_nesting_level' peut causer une erreur 'Maximum function nesting level of x reached'
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 = 1 # 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.
......@@ -5,5 +5,5 @@
catch_workers_output = yes
php_flag[display_errors] = on
php_admin_value[error_log] = ${FPM_PHP_LOG_FILE}
php_admin_value[error_log] = /var/log/php-fpm.log
php_admin_flag[log_errors] = on
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment