Skip to content

Instantly share code, notes, and snippets.

@cristianciofu
Created April 28, 2014 09:39
Show Gist options
  • Select an option

  • Save cristianciofu/11366853 to your computer and use it in GitHub Desktop.

Select an option

Save cristianciofu/11366853 to your computer and use it in GitHub Desktop.
Enable XDebug in MAMP
[xdebug]
zend_extension="/Applications/MAMP/bin/php/php5.3.6/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so"
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