Skip to content

Instantly share code, notes, and snippets.

@fbrnc
Created March 11, 2013 19:02
Show Gist options
  • Save fbrnc/5136748 to your computer and use it in GitHub Desktop.
Save fbrnc/5136748 to your computer and use it in GitHub Desktop.
Install xdebug 2.2.1 (which is not available in the Ubuntu 12.04 package repository but required to use xdebug with symlinks/modman)
wget http://xdebug.org/files/xdebug-2.2.1.tgz
tar -xzvf xdebug-2.2.1.tgz
cd xdebug-2.2.1
phpize
./configure --enable-xdebug
sudo make
sudo make install
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment