Topic: Problem when update to PHP 7.0.1 from PHP 5.6

I have CentOS 6.7 installed with PHP 5.6 using remi repo. I want to upgrade to PHP 7.0 from remi and I already update the remi repo to enabled the PHP 7.0. And I install memcached 3.0.8.

I run this command.

yum --enablerepo=remi,remi-php70 update

but this error appear

Error: Package: php-pecl-memcache-3.0.8-3.el6.remi.5.6.x86_64 (@remi-php56)
           Requires: php(api) = 20131106-64
           Removing: php-common-5.6.16-1.el6.remi.x86_64 (@remi-php56)
               php(api) = 20131106-64
           Updated By: php-common-7.0.1-1.el6.remi.x86_64 (remi-php70)
               php(api) = 20151012-64
           Available: php-common-5.3.3-40.el6_6.x86_64 (base)
               php(api) = 20090626
           Available: php-common-5.3.3-46.el6_6.x86_64 (updates)
               php(api) = 20090626
           Available: php-common-5.4.45-1.el6.remi.x86_64 (remi)
               php(api) = 20100412-x86-64
           Available: php-common-5.4.45-2.el6.remi.x86_64 (remi)
               php(api) = 20100412-x86-64
           Available: php-common-7.0.0-3.el6.remi.x86_64 (remi-php70)
               php(api) = 20151012-64
Error: Package: php-pecl-memcache-3.0.8-3.el6.remi.5.6.x86_64 (@remi-php56)
           Requires: php(zend-abi) = 20131226-64
           Removing: php-common-5.6.16-1.el6.remi.x86_64 (@remi-php56)
               php(zend-abi) = 20131226-64
           Updated By: php-common-7.0.1-1.el6.remi.x86_64 (remi-php70)
               php(zend-abi) = 20151012-64
           Available: php-common-5.3.3-40.el6_6.x86_64 (base)
               php(zend-abi) = 20090626
           Available: php-common-5.3.3-46.el6_6.x86_64 (updates)
               php(zend-abi) = 20090626
           Available: php-common-5.4.45-1.el6.remi.x86_64 (remi)
               php(zend-abi) = 20100525-x86-64
           Available: php-common-5.4.45-2.el6.remi.x86_64 (remi)
               php(zend-abi) = 20100525-x86-64
           Available: php-common-7.0.0-3.el6.remi.x86_64 (remi-php70)
               php(zend-abi) = 20151012-64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

Any suggestions?

Re: Problem when update to PHP 7.0.1 from PHP 5.6

Memcache extension is not ready for PHP 7.
See: http://blog.remirepo.net/pages/PECL-ext … RPM-status for compatibility list.

If you "really" need it, you can't update for now.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Problem when update to PHP 7.0.1 from PHP 5.6

See http://blog.remirepo.net/pages/PECL-ext … atus#c6050

This os a package of the git snapshot... so to be considered as "testing"

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Problem when update to PHP 7.0.1 from PHP 5.6

Thanks! Updating now