[PHP-DEV] RFC karma request

2020-04-04 Thread Max Semenik
Hi, can I get RFC karma please? I'd like to write a RFC related to https://github.com/php/php-src/pull/5345 My account name is maxsem. -- Best regards, Max Semenik

Re: [PHP-DEV] Understanding RFC attitudes

2020-04-04 Thread Dan Ackroyd
On Fri, 3 Apr 2020 at 17:46, Chase Peeler wrote: > If, instead, we lay it out as ... Thanks for useful feedback, I've added some words: "The aim of this guide is to make it easier to understand the arguments people are going to make either in favour or against the RFC. Hopefully this will make it

Re: [PHP-DEV] Understanding RFC attitudes

2020-04-04 Thread Jakob Givoni
Great doc Dan, hope it can be linked from https://wiki.php.net/rfc/howto ! Cheers, Jakob On Fri, Apr 3, 2020 at 6:46 PM Chase Peeler wrote: > > On Fri, Apr 3, 2020 at 12:38 PM Dan Ackroyd wrote: > > > Hello Internals, > > > > The trade-offs that are good for a project like core PHP are quite > >

[PHP-DEV] [RFC] Parse errors w/Constructor Property Promotion?

2020-04-04 Thread Mike Schinkel
Question: Will parse errors in the __construct() be reported as all being on the same line, or will the parser report each as a distinct line of code when reporting parse errors? -Mike > On Apr 2, 2020, at 9:52 AM, Nikita Popov wrote: > > On Thu, Apr 2, 2020 at 3:47 PM Markus Fischer wrote