[CentOs] centos7 php7.4 설치

florentyoon·2021년 5월 29일
0

CentOS

목록 보기
4/9

저장소에서 php 버전 확인

yum list php

현재 5.4버전 가능

1. 저장소 설치


yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm 
yum -y install epel-release yum-utils

2. 원하는 버전 php 활성화

yum-config-manager --enable remi-php74

3. php 설치

yum -y install php

4. 기타 php 서비스 설치

yum -y install php-fpm
yum -y install  php-cli  php-redis  php-brotli php-intl php-gd php-gmp php-imap php-bcmath php-interbase php-json php-mbstring php-mysqlnd php-odbc php-opcache php-memcached php-tidy php-pdo php-pdo-dblib php-pear php-pgsql php-process php-pecl-apcu php-pecl-geoip php-pecl-imagick php-pecl-hrtime php-pecl-json php-pecl-memcache php-pecl-mongodb php-pecl-rar php-pecl-pq php-pecl-redis4 php-pecl-yaml php-pecl-zip
profile
florentyoon의 IT 세상

0개의 댓글