Commit 44767f2a authored by Nicolas Widart's avatar Nicolas Widart Committed by GitHub

Merge pull request #406 from joestrong/feature/docker-xdebug

Changes to xdebug config to allow for remote debugging
parents 5113365f 2e7becfe
zend_extension=xdebug.so
xdebug.remote_enable=1
xdebug.remote_connect_back=1
......@@ -1916,12 +1916,3 @@ ldap.max_links = -1
; Local Variables:
; tab-width: 4
; End:
[xdebug]
zend_extension="xdebug.so"
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
;xdebug.profiler_enable=0
;xdebug.profiler_output_dir=""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment