rcfrias
1/23/2018 - 6:57 PM

How to install Xdebug in Amazon Linux with PHP7

Special instructions to setup Xdebug in Amazon Linux with PHP7

sudo yum -y install php7-pear php70-devel gcc
sudo pecl7 install xdebug

vi /etc/php-7.0.ini 

*add "zend_extension=/usr/lib64/php/7.0/modules/xdebug.so" to php.ini

apachectl restart