Loading config/php/cli/conf.d/99-sygal.ini +5 −5 Original line number Diff line number Diff line Loading @@ -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. config/php/fpm/conf.d/99-sygal.ini +4 −4 Original line number Diff line number Diff line Loading @@ -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. config/php/fpm/pool.d/www.conf.part +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
config/php/cli/conf.d/99-sygal.ini +5 −5 Original line number Diff line number Diff line Loading @@ -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.
config/php/fpm/conf.d/99-sygal.ini +4 −4 Original line number Diff line number Diff line Loading @@ -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.
config/php/fpm/pool.d/www.conf.part +1 −1 Original line number Diff line number Diff line Loading @@ -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