Skip to content

Instantly share code, notes, and snippets.

View thinhphamwiki's full-sized avatar

thinhphamwiki

View GitHub Profile
@henryonsoftware
henryonsoftware / xdebug_on_ubuntu.md
Last active May 27, 2024 18:25
Install xdebug on Ubuntu

Install Xdebug on Ubuntu.

Install xdebug

Run php -i and copy the output of the following command and paste it on https://xdebug.org/wizard.php. Follow the instructions there to install xDebug.

Example:

  1. Download xdebug-2.6.0.tgz: wget http://xdebug.org/files/xdebug-2.6.0.tgz

  2. Unpack the downloaded file with tar -xvzf xdebug-2.6.0.tgz