PHP7을 사용하여 CentOS 7에 Zend Opcache 및 Memcached를 설치하는 방법

PHP7을 사용하여 CentOS 7에 Zend Opcache 및 Memcached를 설치하는 방법

php7을 업그레이드했는데 설치할 때 yum install php-opcache and php-memcache오류가 발생했습니다.

Error: php70u-common conflicts with php-common-5.6.31-1.el7.remi.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

이 문제를 해결하거나 설치하는 방법은 무엇입니까?

답변1

다음 두 개의 .rpm 패키지를 설치할 수 있습니다. php70-opcache php70-memcache

설치 명령은 다음과 같습니다.

rpm -ivh <package file>

관련 정보