Skip to content

Instantly share code, notes, and snippets.

@litzinger
Created October 3, 2015 11:55
Show Gist options
  • Save litzinger/ea7c1b3c74d0e7a5feef to your computer and use it in GitHub Desktop.
Save litzinger/ea7c1b3c74d0e7a5feef to your computer and use it in GitHub Desktop.
MAMP php.ini extra settings
[xdebug]
zend_extension="/Applications/MAMP/bin/php/php5.4.33/lib/php/extensions/no-debug-non-zts-20100525/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="/Users/blitzing/Documents/vhosts/_logs/webgrind"
xdebug.profiler_enable_trigger=1
xdebug.profiler_output_name = cachegrind.out.%t.%p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment