Re: [PHP-DEV] No more RFC implementations during beta phase

2024-09-27 Thread Arvids Godjuks
On Thu, 26 Sept 2024 at 16:20, Christoph M. Becker wrote: > On 26.09.2024 at 14:23, Tim Düsterhus wrote: > > > > Christoph > Hello everyone! I agree with the general sentiment that alpha/beta/rc should be followed in their canonical form: - Alpha - API/ABI gets broken, new stuff gets introduce

[PHP-DEV] Protected destructors

2024-09-27 Thread Jonathan Vollebregt
Hello all, On github I reported a bug causing errors when objects go out of scope with a protected/private destructor: https://github.com/php/php-src/issues/16077 Example code: https://3v4l.org/bKijA The magic methods documentation says: All magic methods, with the exception of __construct

Re: [PHP-DEV] No more RFC implementations during beta phase

2024-09-27 Thread Tim Düsterhus
Hi Am 2024-09-26 15:19, schrieb Christoph M. Becker: While I agree with Bob that by disallowing the RFC implementation during the Betas would make Betas and RCs effectively identical. Nevertheless I would like to see RFCs with a large impact voted on (and implemented) *well before* the feature