Topic: php 5.4.12 with MariaDB errors

I got some troubles with mysqli and your php 5.4.12 release:

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mysqli.so' - /usr/lib64/php/modules/mysqli.so: symbol mysql_client_errors, version libmysqlclient_18 not defined in file libmysqlclient.so.18 with link time reference in Unknown on line 0
PHP 5.4.12 (cli) (built: Feb 20 2013 14:03:27)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
    with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd., and
    with SourceGuardian v9.0.4, Copyright (c) 2000-2012, by Inovica Ltd.

mysql -V
mysql  Ver 15.1 Distrib 10.0.1-MariaDB, for Linux (x86_64) using readline 5.1

Can you help ?

Re: php 5.4.12 with MariaDB errors

PHP is build against MySQL 5.5.

I recommend to switch to php-mysqlnd instead, and get rid of dependencies issue with MySQL/MariaDB.

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