Skip to content

Instantly share code, notes, and snippets.

@tonythere
Created May 30, 2016 01:51
Show Gist options
  • Save tonythere/19cd9848d18a3f3ea17f491a3cf18ce0 to your computer and use it in GitHub Desktop.
Save tonythere/19cd9848d18a3f3ea17f491a3cf18ce0 to your computer and use it in GitHub Desktop.
[xdebug]
;zend_extension="/usr/local/opt/php70-xdebug/xdebug.so"
; XDEBUG_PROFILE
; /usr/local/opt/php/{version}/conf.d
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = "/srv/xdebug-profilers"
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_connect_back=1
xdebug.remote_autostart=1
xdebug.profiler_output_name=profiler.%t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment