centOs7 yum安装php5.6(史上最简)

 

  • yum install epel-release
  • rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
  • rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi
  • yum install --enablerepo=remi --enablerepo=remi-php56 php php-gd php-opcache php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php-pecl-xdebug php-pecl-xhprof
  • php -v

 

你可能感兴趣的:(php,Linux)