如何使用 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>

相关内容