PHP7をインストール PHP7を入れるためには remiリポジトリが必要。 そしてremiリポジトリを入れるためにはepelリポジトリが必要。 epelリポジトリ sudo yum -y install epel-release remiリポジトリ wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm sudo rpm -ivh ./remi-release-7.rpm remiリポジトリの PHP7.0を指定し、 PHPをインストール。 ほか、必要そうなエクステンションも一緒に。 sudo yum install --enablerepo=epel,remi-php70 php php-mcrypt php-mbstring php-fpm php-mysqlnd php-opcache php-apcu 何の