Skip to content

Instantly share code, notes, and snippets.

@tahirm
Created April 18, 2014 19:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tahirm/11061145 to your computer and use it in GitHub Desktop.
Save tahirm/11061145 to your computer and use it in GitHub Desktop.
Install/uninstall xdebug from pecl. #xdebug #apache2 Further notes for installing xdebug on ubuntu. http://ubuntuforums.org/showthread.php?t=525257
# install xdebug using pecl
$ sudo pecl install xdebug
# uninstall xdebug using pecl
$ sudo pecl uninstall xdebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment