Skip to content

Instantly share code, notes, and snippets.

@rynop
Created June 27, 2011 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rynop/1049443 to your computer and use it in GitHub Desktop.
Save rynop/1049443 to your computer and use it in GitHub Desktop.
zend_extension="/usr/lib/php5/20090626/xdebug.so"
xdebug.profiler_output_dir=/home/<username>/Desktop/profile
xdebug.profiler_enable_trigger=1
xdebug.profiler_enable=0
xdebug.remote_enable=true
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9001
xdebug.remote_handler=dbgp
xdebug.remote_autostart=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment