There is a new pull request by newbluemoon against master on the void-packages repository https://github.com/newbluemoon/void-packages php https://github.com/void-linux/void-packages/pull/22019 php: fix cross build Dynamic loading of extensions was disabled, because configure cannot determine if dlopen is available (executes test program). Override this test by using values taken from a native build. closes #21982 and #21852 Did a short test run on armv7l, extensions are now found. The short test one-liner from #21852 `php -r 'new SQLite3("db");'` works, too. A patch file from https://github.com/void-linux/void-packages/pull/22019.patch is attached