Windows PECL Extension DLLs are Back!
Shivam Mathur <[email protected]> Tue, 4 Jun 2024 12:46:04 +0100 (BST)
| Newsgroups | gmane.comp.php.windows |
|---|---|
| Message-ID | <[email protected]> |
Hi! In the last few months, I have been working on automating DLL builds through GitHub actions as a developer for the PHP Foundation. I am now happy to report that I have completed the builds for most of the PECL extensions, that support Windows, and were able to build. The full list of extensions that we are now building again is at https://github.com/php/php-windows-builder/issues/3 For the future, the plan is to provide GitHub Action steps that extension authors can include in their workflows so that they get built automatically. This is also beneficial for the upcoming PIE installer (https://github.com/ThePHPF/pie-design) that will replace the existing "pecl" installer. with kind regards, Shivam Mathur