CentOS7にphp7をインストールする
1.PHP7.0をインストール
#yum install –enablerepo=remi,remi-php70 php php-devel php-mbstring php-pdo php-gd php-xml php-mcrypt
2.PHP7.1をインストール
#yum install –enablerepo=remi,remi-php71 php php-devel php-mbstring php-pdo php-gd php-xml php-mcrypt