Skip to content

Instantly share code, notes, and snippets.

@rabellamy
Created August 17, 2013 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rabellamy/6258343 to your computer and use it in GitHub Desktop.
Save rabellamy/6258343 to your computer and use it in GitHub Desktop.
[xdebug]
zend_extension="/usr/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so";
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir="/Users/buscay/Sites/logs/xdebug/"
;xdebug.idekey="macgdbp"
;xdebug.remote_handler="dbgp";
;xdebug.remote_mode=req
;xdebug.remote_enable=1
;xdebug.profiler_enable = 1
;xdebug.remote_host="localhost";
;xdebug.remote_port=9000;
;xdebug.profiler_output_name=cachegrind.out.%s.%t
;[xhprof]
;extension=xhprof.so
;xhprof.output_dir=/private/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment