Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
429047ac
Commit
429047ac
authored
Feb 09, 2022
by
Antony Le Courtes
Browse files
Eviter les messages d'erreur de xdebug
parent
cc011cce
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/dev/php.conf
View file @
429047ac
...
...
@@ -24,11 +24,12 @@ session.upload_progress.cleanup = On
opcache
.
enable
=
0
xdebug
.
mode
=
debug
,
develop
xdebug
.
log_level
=
0
xdebug
.
cli_color
=
1
xdebug
.
profiler_output_name
=
"xdebug.out.%p"
xdebug
.
client_host
=
host
.
docker
.
internal
xdebug
.
start_with_request
=
yes
xdebug
.
discover_client_host
=
1
xdebug
.
start_with_request
=
yes
xdebug
.
discover_client_host
=
1
xdebug
.
show_local_vars
=
1
xdebug
.
var_display_max_children
=
512
xdebug
.
max_nesting_level
=
128
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment