HOWTO: Install xdebug for PHP5

Here is a mini-howto in how to install the xdebug extension with PHP5 in Ubuntu 7.04 This will install xdebug 2.0 (or whatever is latest version in PEAR repository when you try this). It is assumed you have Apache2 + PHP5 working already. sudo apt-get install php5-dev php-pear Now insta…