Skip to content

Instantly share code, notes, and snippets.

View rcfrias's full-sized avatar

Roberto Frias rcfrias

View GitHub Profile
@rcfrias
rcfrias / xdebug7_install
Created January 23, 2018 18:57
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