LoginSignup
6
10

More than 5 years have passed since last update.

CentOS7にPHP7をyumでインストールする手順(個人メモ)

Posted at

OSのバージョン

$ cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)

リポジトリの追加

EPELとRemiの追加が必要。

EPEL

yum install epel-release

Remi

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

PHP7をインストール

yum install --enablerepo=remi,remi-php70 php php-devel php-mbstring php-pdo php-gd

phpのversion確認

$ php --version

PHP 7.0.13 (cli) (built: Nov  8 2016 20:16:29) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
6
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
10