Re: [PHP-DEV] Intersection types

2020-05-31 Thread Gabriel Caruso
On Sun, 31 May 2020 at 04:39, Larry Garfield wrote: > On Sat, May 30, 2020, at 3:02 AM, Gert de Pagter wrote: > > Hi Internals, > > > > With recent additions of the type system like union types [1], id like > > to propose adding intersection types as well. > > > > Looking through past RFCs I foun

Re: [PHP-DEV] RFC: Error backtraces

2020-05-31 Thread Nikita Popov
On Fri, May 29, 2020 at 8:24 PM Max Semenik wrote: > Hi, I'd like to present a new RFC for your consideration: > https://wiki.php.net/rfc/error_backtraces > > In a nutshell, I'm proposing to give errors equal rights with exceptions > and provide backtraces for them, too. > I'm concerned about th

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] Re: [VOTE] Opcache optimization without any caching

2020-05-31 Thread tyson andre
Hi internals, I've added an "If you voted no, why?" section to this RFC https://wiki.php.net/rfc/opcache.no_cache#if_you_voted_no_why Having this feedback may be useful to others working on similar things such as moving optimizations into core, in the future. If there's any other feedback, let

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] [RFC] Amendments to Attributes

2020-05-31 Thread Theodore Brown
On Wed, May 20, 2020 at 12:07 PM Benjamin Eberlei wrote: > the Attributes RFC was rather large already, so a few things were left > open or discussions during the vote have made us rethink a things. > > https://wiki.php.net/rfc/attribute_amendments > > These points are handled by the Amendments R