Topic: Client API library version 5.0.67

I've installed PHP 5.2.10 and MySQL 5.1.42 from your repo, but I still got these two old:

Client API library version     5.0.67
Client API header version     5.0.89

How to upgrade ?

Re: Client API library version 5.0.67

Sorry but I don't provides PHP 5.2 anymore.

But, php 5.2.10 from my archive repo is link against 5.1.

What is the result of

rpm -qa php\*

And a minor difference between library and header version is not a issue, as ABI is compatible.

+

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: Client API library version 5.0.67

I found it updated to 5.2.12 using different repo:

php-pdo-5.2.12-2.el5.art
php-xml-5.2.12-2.el5.art
php-mbstring-5.2.12-2.el5.art
php-imap-5.2.12-2.el5.art
php-common-5.2.12-2.el5.art
php-cli-5.2.12-2.el5.art
php-mysql-5.2.12-2.el5.art
php-mcrypt-5.2.12-2.el5.art
php-devel-5.2.12-2.el5.art
php-mysql-5.2.12-2.el5.art
php-mbstring-5.2.12-2.el5.art
php-mhash-5.2.12-2.el5.art
php-pear-1.9.0-2.el5.remi
php-5.2.12-2.el5.art
php-gd-5.2.12-2.el5.art
php-mcrypt-5.2.12-2.el5.art
php-mhash-5.2.12-2.el5.art

Re: Client API library version 5.0.67

Take a look:

yum --enablerepo=remi-test install mysqlclient15
Package mysqlclient15-5.0.67-1.el5.remi.x86_64 already installed and latest version

yum --enablerepo=remi-test install mysqlclient16
Transaction Check Error:
  file /usr/lib64/mysql/libmysqlclient.so.16.0.0 from install of mysqlclient16-5.1.30-1.el5.remi.x86_64 conflicts with file from package mysql-libs-5.1.42-1.el5.remi.x86_64
  file /usr/lib64/mysql/libmysqlclient_r.so.16.0.0 from install of mysqlclient16-5.1.30-1.el5.remi.x86_64 conflicts with file from package mysql-libs-5.1.42-1.el5.remi.x86_64

Re: Client API library version 5.0.67

You are using php-5.2.12-2.el5.art, not from remi repo.

This PHP il build against 5.0(.89), so use the mysqlclient15 (5.0.67) provides for compatibility when you run mysql 5.1.

No issue here.

+

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: Client API library version 5.0.67

I've upgraded to the last edition:

Client API library version  5.0.77 
Client API header version  5.0.89