Skip to content

Instantly share code, notes, and snippets.

@NoiseEee
Created March 16, 2016 20:32
Show Gist options
  • Save NoiseEee/ef2f5ef4d03aed215f0b to your computer and use it in GitHub Desktop.
Save NoiseEee/ef2f5ef4d03aed215f0b to your computer and use it in GitHub Desktop.
[xdebug]
#PHP 7 extension dir below; use appropriate path
zend_extension = /usr/local/lib/php/extensions/no-debug-non-zts-20151012/xdebug.so
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.remote_connect_back=1
xdebug.remote_port=9000
xdebug.profiler_enable=1
xdebug.profiler_output_dir="/tmp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment