Skip to content

Instantly share code, notes, and snippets.

@joseluisq
joseluisq / xdebug_installation.md
Last active June 1, 2025 16:31
Install PHP Xdebug on Fedora / CentOS x64

PHP Xdebug installation on Fedora/CentOS x64

First, install xdebug package on system:

$ sudo yum install php-pecl-xdebug.x86_64

Or with DNF: