Topic: yum install php55w php55w-opcache problem with php 5.5.12

hello guys i try ti install via yum this
yum install php55w php55w-opcache

and i have this errors please see below - any suggestions  ?

////////////////////////////////////////////////////////////////////////////////

Total                                                                                                                                   3.2 MB/s | 6.2 MB     00:01
Running rpm_check_debug
Running Transaction Test


Transaction Check Error:
  file /usr/lib64/php-zts/modules/shmop.so from install of php55w-common-5.5.11-1.w6.x86_64 conflicts with file from package php-process-5.5.12-1.el6.remi.x86_64

Re: yum install php55w php55w-opcache problem with php 5.5.12

You can't mix PHP packages from various third party repo.

If you already have php 5.5.12 (from my repo) and need opcache, just

yum install --enablerepo=remi,remi-php55 install php-opcache
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