Open petk opened 5 hours ago
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.
Any
*nix
But we are not distributing GDBM, we are only linking against it.
Description
Following https://github.com/php/php-src/issues/15882 there is a similar issue:
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