initial docker-php
This commit is contained in:
12
php-xdebug.conf
Normal file
12
php-xdebug.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
xdebug.mode=develop,debug
|
||||
xdebug.discover_client_host = yes
|
||||
xdebug.client_port="9000"
|
||||
xdebug.client_host="host.containers.internal"
|
||||
xdebug.start_with_request = yes
|
||||
xdebug.remote_handler=”dbgp”
|
||||
|
||||
xdebug.output_dir="/tmp"
|
||||
xdebug.profiler_trigger=on
|
||||
xdebug.profiler_append=on
|
||||
xdebug.max_nesting_level=1000
|
||||
xdebug.trigger_value=1
|
||||
Reference in New Issue
Block a user