### Description Following https://github.com/php/php-src/issues/15882 there is a similar issue: ```sh ./configure --with-gdbm make ``` It links the [GDBM](https://www.gnu.org.ua/software/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