Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Install Xdebug for PHP under Ubuntu

Answer:

Xdebug is a very useful debugging extension for PHP, to install under Ubuntu:

# sudo pecl install xdebug
# echo "extension=xdebug.so" > /etc/php.d/xdebug.ini

Restart Apache and that's all.

  1. Solving the warning message “Xdebug MUST be loaded as a Zend extension”
  2. Install APC for PHP on Ubuntu
  3. Install GD Library for PHP on Linux
  4. How to compile APC module for PHP
  5. How to install SSH server in Ubuntu?

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>