Topic: php-sqlite3 missing in PHP 5.5.33+ under RHEL5/CentOS5

I noted in the changelog for the RHEL5/CentOS5 php 5.5.35 that there was a point at 5.5.26 where there was apparently a re-release due to the php-sqlite3 support being missing from the package.  I am finding that this is once again the case under 5.5.33 - 5.5.35

I can confirm that the support is installed by default with the php-pdo package under RHEL6/CentOS6, but the RHEl5/CentOS5 packages show it as not available.   (sqlite3.so, sqlite3.ini missing)

(verified using "php --ri sqlite3"...)


Can the fix that was implemented for 5.5.26-1.1 be re-rolled, so as to fix this missing support for RHEL5/CentOS5?

Thanks!!
-Don



Extra info:

(On CentOS5:)
# rpm -q php-pdo --provides
config(php-pdo) = 5.5.34-1.el5.remi
pdo.so 
pdo_sqlite.so 
php(pdo-abi) = 20080721
php-pdo-abi = 20080721
php-pdo_sqlite 
php-pdo = 5.5.34-1.el5.remi


(On CentOS6:)
# rpm -q php-pdo --provides
php-pdo-abi = 20080721-64
php(pdo-abi) = 20080721-64
php-sqlite3 
php-sqlite3(x86-64) 
php-pdo_sqlite 
php-pdo_sqlite(x86-64) 
php-pdo = 5.5.35-1.el6.remi
php-pdo(x86-64) = 5.5.35-1.el6.remi

Re: php-sqlite3 missing in PHP 5.5.33+ under RHEL5/CentOS5

sqlite3 is not supported on EL-5 as sqlite version available in base system is too old (and building the bundled copy doesn't work)

Sorry but as EL-5 will be EOL in ~1 year, I don't plan to invest too much time in this version.
You should definitively update to EL-6 or EL-7

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: php-sqlite3 missing in PHP 5.5.33+ under RHEL5/CentOS5

> Can the fix that was implemented for 5.5.26-1.1 be re-rolled, so as to fix this missing support for RHEL5/CentOS5?

5.5.26 (or older versions) don't have this extension, it was in the "provides" but not present in the package, this was fixed in 5.5.27
See https://github.com/remicollet/remirepo/ … 1646aae698

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