This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |