Topic: Is it possible php 5.3.6-3 run with mariadb ???

Dear all.

I have install mariadb 5.2.5 on my ceontos 5.5.
when I want to upgrade php-5.3.6 by yum , i got message
  file /etc/my.cnf from install of mysql-libs-5.5.11-1.el5.remi.x86_64 conflicts with file from package MariaDB-server-5.2.5-99.el5.x86_64
  file /usr/share/mysql/czech/errmsg.sys from install of mysql-libs-5.5.11-1.el5.remi.x86_64 conflicts with file from package MariaDB-server-5.2.5-99.el5.x86_64

.....

I don't want to use mysql-server 5.5 , because I want to test Sphinx , so I need MariaDb.
Is it possible upgrade php-5.3.6 without install mysql-libs-5.5.x ? yikes

Re: Is it possible php 5.3.6-3 run with mariadb ???

Try with compat-mysql55 from remi-test repository.

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: Is it possible php 5.3.6-3 run with mariadb ???

thank q very much

I can upgrade php with compat-mysql55 now ^^