Re: [PHP-DEV] PHP 8.3.11 Released

2024-08-31 Thread Christoph M. Becker
On 31.08.2024 at 19:35, Derick Rethans wrote: > Shouldn't we have bumped the API number for this? Better safe than sorry. That ABI break was accidentially committed. There was some discussion whether to stick with the break and bump API numbers, or to revert, and there was consensus that in this

Re: [PHP-DEV] PHP 8.3.11 Released

2024-08-31 Thread Derick Rethans
On 31 August 2024 17:56:08 BST, "Christoph M. Becker" wrote: >On 31.08.2024 at 18:05, Jakub Zelenka wrote: > >> On Fri, Aug 30, 2024 at 2:59 PM Christoph M. Becker >> wrote: >> >> There is a note in NEWS about the revert. I'm not sure if we usually do any >> separate announcement for those kind o

Re: [PHP-DEV] PHP 8.3.11 Released

2024-08-31 Thread Christoph M. Becker
On 31.08.2024 at 18:05, Jakub Zelenka wrote: > On Fri, Aug 30, 2024 at 2:59 PM Christoph M. Becker > wrote: > > There is a note in NEWS about the revert. I'm not sure if we usually do any > separate announcement for those kind of things. I don't remember any such > announcement but might be a goo

Re: [PHP-DEV] PHP 8.3.11 Released

2024-08-31 Thread Jakub Zelenka
On Fri, Aug 30, 2024 at 2:59 PM Christoph M. Becker wrote: > On 30.08.2024 at 00:46, Jakub Zelenka wrote: > > > The PHP development team announces the immediate availability of PHP > > 8.3.11. This is a bugfix release. > > > > All PHP 8.3 users are encouraged to upgrade to this version. > > > > F

Re: [PHP-DEV] What to do with ext/snmp?

2024-08-31 Thread Rob Landers
On Fri, Aug 30, 2024, at 20:13, Christoph M. Becker wrote: > On 30.08.2024 at 19:05, Jim Winstead wrote: > > [snip] > > And generally, while there are many well maintained extensions on PECL, > most (i.e. way more than half of the extension there) are outright > abandoned, dead or half-dead, a lo

Re: [PHP-DEV] [Discussion] Implementing interfaces via traits

2024-08-31 Thread Mike Schinkel
> On Aug 30, 2024, at 10:15 AM, Larry Garfield wrote: > I would be very much in favor of revisiting Interface Default Methods, > though, as I think it would be a strong feature, and it's one found in nearly > all of our sibling languages at this point. PHP is weird for not having > them. I be