Re: [PHP-DEV] PHP 8.1 and PECL ext builds for Windows

2021-11-14 Thread Christoph M. Becker
On 14.11.2021 at 19:28, tyson andre wrote: > With the release for php 8.1.0 stable happening Nov 25 > (https://wiki.php.net/todo/php81), > what decision ended up being made (I couldn't tell if it was still being > discussed from the thread)? > To publish Windows DLLs for PECLs for PHP 8.1 after

Re: [PHP-DEV] PHP 8.1 and PECL ext builds for Windows

2021-11-14 Thread tyson andre
Hi internals, > > Removing the centralized PECL builder and dependency manager would most > > likely lead to a huge regression in the support and manageability. Right > > now there's one place pecl.php.net to go for the non core extension builds > > and any dependencies are guaranteed to be non

RE: [PHP-DEV] PHP 8.1 and PECL ext builds for Windows

2021-06-08 Thread Anatol Belski
Hi Christoph, > -Original Message- > From: Christoph M. Becker > Sent: Monday, June 7, 2021 11:42 PM > To: Anatol Belski ; Nikita Popov > > Cc: PHP internals > Subject: Re: [PHP-DEV] PHP 8.1 and PECL ext builds for Windows > > On 07.06.2021 at

Re: [PHP-DEV] PHP 8.1 and PECL ext builds for Windows

2021-06-07 Thread Christoph M. Becker
On 07.06.2021 at 13:32, Anatol Belski wrote: > Removing the centralized PECL builder and dependency manager would most > likely lead to a huge regression in the support and manageability. Right now > there's one place pecl.php.net to go for the non core extension builds and > any dependencies a

Re: [PHP-DEV] PHP 8.1 and PECL ext builds for Windows

2021-06-07 Thread Pierre Joye
On Mon, Jun 7, 2021, 3:02 PM Nikita Popov Regarding dependencies, does this mean that extensions should also build > DLLs for dependency libraries themselves? Are there any concerns about > different extensions building different versions of the same library, or > similar? > This the very reason

RE: [PHP-DEV] PHP 8.1 and PECL ext builds for Windows

2021-06-07 Thread Anatol Belski
Hi, > -Original Message- > From: Nikita Popov > Sent: Monday, June 7, 2021 1:07 PM > To: Christoph M. Becker > Cc: PHP internals > Subject: Re: [PHP-DEV] PHP 8.1 and PECL ext builds for Windows > > On Mon, Jun 7, 2021 at 10:58 AM Christoph M. Becker > >

Re: [PHP-DEV] PHP 8.1 and PECL ext builds for Windows

2021-06-07 Thread Nikita Popov
On Mon, Jun 7, 2021 at 10:58 AM Christoph M. Becker wrote: > On 07.06.2021 at 10:02, Nikita Popov wrote: > > > On Sun, Jun 6, 2021 at 3:26 PM Christoph M. Becker > > wrote: > > >> on Tuesday, PHP 8.1.0alpha1 is supposed to be tagged, and since I don't > >> have the capacity to do these builds ma

Re: [PHP-DEV] PHP 8.1 and PECL ext builds for Windows

2021-06-07 Thread Christoph M. Becker
On 07.06.2021 at 10:02, Nikita Popov wrote: > On Sun, Jun 6, 2021 at 3:26 PM Christoph M. Becker > wrote: >> on Tuesday, PHP 8.1.0alpha1 is supposed to be tagged, and since I don't >> have the capacity to do these builds manually (as currently done with >> the PHP 8.0 builds), I've set up an aut

Re: [PHP-DEV] PHP 8.1 and PECL ext builds for Windows

2021-06-07 Thread Nikita Popov
On Sun, Jun 6, 2021 at 3:26 PM Christoph M. Becker wrote: > Hi all, > > on Tuesday, PHP 8.1.0alpha1 is supposed to be tagged, and since I don't > have the capacity to do these builds manually (as currently done with > the PHP 8.0 builds), I've set up an automation which does the builds on > GH ac

[PHP-DEV] PHP 8.1 and PECL ext builds for Windows

2021-06-06 Thread Christoph M. Becker
Hi all, on Tuesday, PHP 8.1.0alpha1 is supposed to be tagged, and since I don't have the capacity to do these builds manually (as currently done with the PHP 8.0 builds), I've set up an automation which does the builds on GH action runners[1]. This should likely be integrated into php-src or php-