CentOS6にphp7をインストールするメモ
1.yumリポジトリの追加
# rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
2.PHPのインストール
# yum -y install –enablerepo=remi,remi-php71 php php-devel php-mbstring php-mysql php-pdo php-gd
3.PHPのバージョンを確認
# php –version