Skip to content

Instantly share code, notes, and snippets.

@woombo
Created July 15, 2015 22:04
Show Gist options
  • Save woombo/a180368b85ba8c8853fa to your computer and use it in GitHub Desktop.
Save woombo/a180368b85ba8c8853fa to your computer and use it in GitHub Desktop.
xdebug
xdebug.max_nesting_level=256
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
;xdebug.profiler_enable=0
;xdebug.profiler_output_dir="/Applications/MAMP/tmp"
zend_extension="/Applications/MAMP/bin/php/php5.5.17/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment