Topic: PHP with gdbm support

Is there any way to get a current PHP version from this repository with gdbm support (--with-gdbm)?
gdbm support seems to have been removed with PHP 8.x in remi - https://git.remirepo.net/cgit/rpms/php/ … spec#n2482

Re: PHP with gdbm support

gdbm license (GPL-3.0-or-later) is not compatible with PHP license (mostly BSD)
having it enabled in old versions was a error

P.S. Supported handlers => cdb cdb_make db4 inifile flatfile qdbm tcadb lmdb

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 with gdbm support

ah, it's a license issue. Ok, thanks ...