Topic: php 5.3.8

Hi Remi,

I just build php-5.3.8 on my x64 Centos 6 server.  But I had to build sqlite2 so I could install sqlite2-devel.

Why is sqlite2-devel needed as shouldn't sqlite contain this?  I am running almost the latest sqlite as centos 6 has all new libraries.

Cheers,

David

Re: php 5.3.8

I just build php-5.3.8...

Why don't you simply use the binary RPM available in my repository ?

Why is sqlite2-devel needed as shouldn't sqlite contain this?

sqlite is v3, used by old sqlite extension
sqlite2 is v2, user by new sqlite3 and pdo_sqlite extensions.

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 5.3.8

Thanks! So the sqlite2 is needed for pdo_sqlite and for v2 compatibility?
I generally just build rpms and put them on our internal server that is an internal repo for our machines.
I was just interested as previous builds of php I did on centos 5 were okay. Maybe centos 5 has sqlite2, I don't know now our servers are all centos6 or fedora15
I notice that atomic they also builds sqlite2 as well.
Cheers

Re: php 5.3.8

Thanks! So the sqlite2 is needed for pdo_sqlite and for v2 compatibility?

No, only for sqlite v2 (pdo_sqlite use v3)

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