Como instalar o Zend Opcache e o Memcached no centOS 7 com o PHP7

0

Eu fiz o upgrade do php7, mas quando eu instalei yum install php-opcache and php-memcache , ocorre erro

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

Como resolver este problema ou instalar via?

    
por Rei 02.08.2017 / 10:22

1 resposta

0

Você pode instalar os dois pacotes .rpm a seguir: php70- opcache php70- memcache

O comando de instalação é:

rpm -ivh <package file>
    
por 26.01.2018 / 15:03