Topic: Problem with php-xcache in 5.5

I'm having problems with xcache after upgrade to 5.5. I've tried to install it again and error:

# yum install php-xcache
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php-xcache.i386 0:3.0.1-1.el5.remi set to be updated
--> Processing Dependency: php(zend-abi) = 20100525 for package: php-xcache
--> Processing Dependency: php(api) = 20100412 for package: php-xcache
--> Finished Dependency Resolution
php-xcache-3.0.1-1.el5.remi.i386 from remi has depsolving problems
  --> Missing Dependency: php(zend-abi) = 20100525 is needed by package php-xcache-3.0.1-1.el5.remi.i386 (remi)
php-xcache-3.0.1-1.el5.remi.i386 from remi has depsolving problems
  --> Missing Dependency: php(api) = 20100412 is needed by package php-xcache-3.0.1-1.el5.remi.i386 (remi)
Error: Missing Dependency: php(api) = 20100412 is needed by package php-xcache-3.0.1-1.el5.remi.i386 (remi)
Error: Missing Dependency: php(zend-abi) = 20100525 is needed by package php-xcache-3.0.1-1.el5.remi.i386 (remi)

Re: Problem with php-xcache in 5.5

php-xcache is not ready for php 5.5
Try php-opcache, the official cache.
See http://blog.famillecollet.com/post/2013 … data-cache

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

3 (edited by holmes 2013-03-26 07:58:32)

Re: Problem with php-xcache in 5.5

"Try php-opcache, the official cache." working good too, thanks!

Re: Problem with php-xcache in 5.5

smile

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