이 글은 centos 7에서의 PHP 7 설치에 대해 소개합니다. 이제 특정 참조 가치가 있습니다. 필요한 친구들이 참고할 수 있습니다.
1 nginx 설치
yum install nginx
2 설치epel源
yum install epel-release wget http://rpms.remirepo.net/enterprise/remi-release-7.rpm && rpm -Uvh remi-release-7.rpm
3 php
설치 yum --enablerepo=remi-safe -y install php71
4 종속성 설치
yum install php71-php-mcrypt php71-php-mcrypt php71-php-json php71-php-mbstring php71-php-xml php71-php-soap php71-php-xmlrpc php71-php-simplexml php71-php-curl php71-php-mysqlnd
5 php-fpm
yum --enablerepo=remi-safe -y install php71-php-fpm
6 설치 시작
systemctl start php71-php-fpm systemctl status php71-php-fpm.service systemctl enable php71-php-fpm
7 구성 파일 설정
/etc/opt / remi/php71/
/etc/opt/remi/php71/php-fpm.d/www.conf
관련 권장 사항:
centos7에 PHP5.6.33 수동 설치에 대한 자세한 설명
위 내용은 Centos 7 아래에 PHP 7을 설치하십시오.의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!