php / php-src

The PHP Interpreter
https://www.php.net
Other
38.23k stars 7.75k forks source link

The GDBM is GPL 3 licensed and incompatible with PHP license #16826

Open petk opened 5 hours ago

petk commented 5 hours ago

Description

Following https://github.com/php/php-src/issues/15882 there is a similar issue:

./configure --with-gdbm
make

It links the GDBM which makes PHP non-distributable.

I think all these GPL-3 licensed dependencies should be simply removed to make it easier to manage.

PHP Version

Any

Operating System

*nix

Girgias commented 3 hours ago

But we are not distributing GDBM, we are only linking against it.