- [남군]빛고을한량
- 0
- 44
- 0
- 0
- 2020-11-27 16:52:50
- 관련링크
- 제목 : php8 install to CentOS
[CentOS7]
#yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
#yum -y install https://rpms.remirepo.net/enterprise/remi-release-7.rpm
#yum -y install yum-utils
sudo yum-config-manager --disable 'remi-php*'
#yum-config-manager --enable remi-php80
#yum -y install php php-{cli,fpm,mysqlnd,zip,devel,gd,mbstring,curl,xml,pear,bcmath,json}
[CentOS8]
#dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
#dnf -y install https://rpms.remirepo.net/enterprise/remi-release-8.rpm
#dnf -y install yum-utils
#dnf module reset php
#dnf module install php:remi-8.0 -y
#dnf install php -y
#yum -y install php php-cli php-fpm php-mysqlnd php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath php-json
- 첨부파일
- 댓글