CentOS7にphp7をyumからインストール




Epel, Remiレポジトリ追加

# epelを追加

yum -y install epel-release

# remiを追加

wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm rpm -ivh ./remi-release-7.rpm

php7をインストール

※オプションは必要に応じて適宜指定

yum -y install –enablerepo=remi,remi-php70 php php-opcache php-devel php-mbstring php-mcrypt php-mysql php-pdo php-pgsql php-gd php-phpunit-PHPUnit php-cli php-common php-xml php-mbstring phpMyAdmin php-imap