Recent Posts
변군이글루
PHP 7.2 설치(업그레이드) [CentOS 7 / remi RPM repository] 본문
PHP 7.2 설치(업그레이드) [CentOS 7 / remi RPM repository]
설치 환경(운영체제 버전)
# cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)
CentOS 7.5 운영체제 기본 PHP 버전
# yum info php | egrep 'Name|Version'
Name : php
Version : 5.4.16
EPEL 설치
# yum -y install epel-release
REMI 리포지터리 설치
# yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
remi-php72 리포지터리를 활성화
# yum-config-manager --enable remi-php72
php 7.2 설치
# yum install -y php
# php -v
PHP 7.2.6 (cli) (built: May 23 2018 09:50:51) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
'* 리눅스' 카테고리의 다른 글
[리눅스] syslog(rsyslog)로 로그시스템 구성 (0) | 2018.06.27 |
---|---|
[리눅스] CentOS 7에 오라클 자바 설치하기 (0) | 2018.06.25 |
PHP 7.2 설치(업그레이드) [CentOS 7 / remi RPM repository] (0) | 2018.06.19 |
[리눅스] CentOS 6 에 rsyslog7 설치하기 (0) | 2018.06.08 |
[리눅스] CentOS7 bonding and team(teaming) (0) | 2018.05.23 |
[리눅스] 킥스타트로 설치 자동화하기 (0) | 2018.05.17 |
0 Comments