php のバージョン確認
php -v PHP 5.6.30
phpのアンインストール
yum remove phpまたは
yum --enablerepo=remi-php70 remove php\*
削除されたか確認
php -v -bash: /usr/bin/php: No such file or directory
Yumリポジトリ追加
EPELリポジトリ
yum install epel-release
Remiリポジトリ
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
PHP7.0をインストール
yum install --enablerepo=remi,remi-php70 php php-devel php-mbstring php-pdo php-gd
php のバージョン確認
php -v PHP 7.0.17