Skip to content

Instantly share code, notes, and snippets.

@rcfrias
Created January 23, 2018 18:57
Show Gist options
  • Save rcfrias/83d92e92f16d01bdf7d8bcb50ea40b5a to your computer and use it in GitHub Desktop.
Save rcfrias/83d92e92f16d01bdf7d8bcb50ea40b5a to your computer and use it in GitHub Desktop.
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
@rwhirn
Copy link

rwhirn commented Dec 25, 2021

@ralflukner Very helpful! Except: should be "php-devel"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment