linux: Upgrade xdebug on Ubuntu 14.04

Follow these steps to upgrade xdebug on Ubuntu 14.04

 

  1. php -i > ~/phpinfo
  2. Copy content of ~/phpinfo and paste into http://xdebug.org/wizard.php
  3. Follow those steps:

    1. Download xdebug-2.3.3.tgz
    2. tar -xvf xdebug-2.3.3.tgz
    3. cd xdebug-2.3.3/
    4. phpize && ./configure && make
    5. sudo cp modules/xdebug.so /usr/lib/php5/20131226/

 

Bookmark the permalink.

Leave a Reply