LoginSignup
2
3

More than 3 years have passed since last update.

CentOS7.6にPHP7.3をyumでインストールする

Posted at

今回はPHP7.3をインストールしてみる:baby_tone2:

CentOS7.6にPHP7.3をyumでインストールする

まずは、おまじない。

$ sudo yum install epel-release
$ sudo rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

必要最小限でインストール。

$ sudo yum install --enablerepo=remi-php73 php

バージョンを確認する

$ php -v
PHP 7.3.6 (cli) (built: May 28 2019 09:32:59) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.6, Copyright (c) 1998-2018 Zend Technologies

よしゃ:ok_hand_tone2:
php7.1の時とほぼ一緒ですた :stuck_out_tongue_winking_eye:

2
3
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
2
3