Skip to content

Instantly share code, notes, and snippets.

@mikedamage
Created April 20, 2012 15:27
Show Gist options
  • Save mikedamage/2429608 to your computer and use it in GitHub Desktop.
Save mikedamage/2429608 to your computer and use it in GitHub Desktop.
INI file for XDebug - /etc/php5/conf.d/xdebug.ini
zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so
xdebug.remote_enable=true
xdebug.remote_connect_back=true
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment