Re: [PHP-DEV] [VOTE] Ensure correct signatures of magic methods

2020-06-19 Thread Gabriel Caruso
On Fri, 29 May 2020 at 18:44, Gabriel Caruso wrote: > Hello, internals! > > I have opened the voting for > https://wiki.php.net/rfc/magic-methods-signature. > > The voting period ends on 2020-06-19 at 18h (CEST). > > Thanks, > > -- Gabriel Caruso > The RFC has been accepted with 45 votes in favo

Re: [PHP-DEV] [VOTE] Ensure correct signatures of magic methods

2020-06-17 Thread Nikita Popov
On Wed, Jun 3, 2020 at 11:11 PM Gabriel Caruso wrote: > On Wed, 3 Jun 2020 at 12:32, Nikita Popov wrote: > >> On Sun, May 31, 2020 at 11:20 PM Gabriel Caruso < >> carusogabrie...@gmail.com> wrote: >> >>> On Sun, 31 May 2020 at 15:57, Nikita Popov wrote: >>> On Fri, May 29, 2020 at 6:45 PM

Re: [PHP-DEV] [VOTE] Ensure correct signatures of magic methods

2020-06-07 Thread Gabriel Caruso
On Wed, 3 Jun 2020 at 23:11, Gabriel Caruso wrote: > On Wed, 3 Jun 2020 at 12:32, Nikita Popov wrote: > >> On Sun, May 31, 2020 at 11:20 PM Gabriel Caruso < >> carusogabrie...@gmail.com> wrote: >> >>> On Sun, 31 May 2020 at 15:57, Nikita Popov wrote: >>> On Fri, May 29, 2020 at 6:45 PM Gab

Re: [PHP-DEV] [VOTE] Ensure correct signatures of magic methods

2020-06-03 Thread Gabriel Caruso
On Wed, 3 Jun 2020 at 12:32, Nikita Popov wrote: > On Sun, May 31, 2020 at 11:20 PM Gabriel Caruso > wrote: > >> On Sun, 31 May 2020 at 15:57, Nikita Popov wrote: >> >>> On Fri, May 29, 2020 at 6:45 PM Gabriel Caruso < >>> carusogabrie...@gmail.com> wrote: >>> Hello, internals! I

Re: [PHP-DEV] [VOTE] Ensure correct signatures of magic methods

2020-06-03 Thread Gabriel Caruso
> > On Mon, Jun 1, 2020 at 12:20 AM Gabriel Caruso > wrote: > >> On Sun, 31 May 2020 at 15:57, Nikita Popov wrote: >> >> > On Fri, May 29, 2020 at 6:45 PM Gabriel Caruso < >> carusogabrie...@gmail.com> >> > wrote: >> > >> >> Hello, internals! >> >> >> >> I have opened the voting for >> >> https:/

Re: [PHP-DEV] [VOTE] Ensure correct signatures of magic methods

2020-06-03 Thread Nikita Popov
On Sun, May 31, 2020 at 11:20 PM Gabriel Caruso wrote: > On Sun, 31 May 2020 at 15:57, Nikita Popov wrote: > >> On Fri, May 29, 2020 at 6:45 PM Gabriel Caruso >> wrote: >> >>> Hello, internals! >>> >>> I have opened the voting for >>> https://wiki.php.net/rfc/magic-methods-signature. >>> >>> Th

Re: [PHP-DEV] [VOTE] Ensure correct signatures of magic methods

2020-06-02 Thread Dmitry Stogov
Does this RFC support __get() returning by reference? See https://github.com/php/php-src/blob/master/Zend/tests/overloaded_prop_assign_op_refs.phpt#L11 Thanks. Dmitry. On Mon, Jun 1, 2020 at 12:20 AM Gabriel Caruso wrote: > On Sun, 31 May 2020 at 15:57, Nikita Popov wrote: > > > On Fri, May 29

Re: [PHP-DEV] [VOTE] Ensure correct signatures of magic methods

2020-05-31 Thread Gabriel Caruso
On Sun, 31 May 2020 at 15:57, Nikita Popov wrote: > On Fri, May 29, 2020 at 6:45 PM Gabriel Caruso > wrote: > >> Hello, internals! >> >> I have opened the voting for >> https://wiki.php.net/rfc/magic-methods-signature. >> >> The voting period ends on 2020-06-19 at 18h (CEST). >> > > The RFC is a

Re: [PHP-DEV] [VOTE] Ensure correct signatures of magic methods

2020-05-31 Thread Nikita Popov
On Fri, May 29, 2020 at 6:45 PM Gabriel Caruso wrote: > Hello, internals! > > I have opened the voting for > https://wiki.php.net/rfc/magic-methods-signature. > > The voting period ends on 2020-06-19 at 18h (CEST). > The RFC is a bit unclear on what is actually being proposed. It says > This RF

[PHP-DEV] [VOTE] Ensure correct signatures of magic methods

2020-05-29 Thread Gabriel Caruso
Hello, internals! I have opened the voting for https://wiki.php.net/rfc/magic-methods-signature. The voting period ends on 2020-06-19 at 18h (CEST). Thanks, -- Gabriel Caruso