Topic: php-sqlite-5.4.13-1.el6.remi

Hi,

I was looking into upgrading to 5.4 but you seem to be missing php-sqlite extension.
Are you still supporting sqlite for php?

Re: php-sqlite-5.4.13-1.el6.remi

Which extension ?
SQLite which is deprecated (sqlite version 2, remove from php-src) but still available in php-pecl-sqlite package
SQLite3 which is recommended and available (sqlite version 3, in php-pdo)
pdo_sqlite which is also available ( in php-pdo)

In all case, for any extension, should work with

yum install php-<extensionname>

(with <extensionname> all in lowercase)

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