0

I upgraded php7 but when I install yum install php-opcache and php-memcache, occurs error

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

How to solve this problem or install via ?

Rei
  • 129
  • 2
  • 2
  • 9

1 Answers1

0

You can install the following two .rpm packages: php70-opcache php70-memcache

The installation command is:

rpm -ivh <package file>