Created
April 18, 2014 19:42
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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