Skip to content

Instantly share code, notes, and snippets.

@rynop
Created April 29, 2011 21:49
Show Gist options
  • Save rynop/949100 to your computer and use it in GitHub Desktop.
Save rynop/949100 to your computer and use it in GitHub Desktop.
sudo cat /etc/php5/fpm/conf.d/xdebug.ini
zend_extension="/usr/lib/php5/20090626/xdebug.so"
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