Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michaelklapper/5137370 to your computer and use it in GitHub Desktop.
Save michaelklapper/5137370 to your computer and use it in GitHub Desktop.
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