Re: [PHP-DEV] [RFC] [VOTE] Restarted vote on the negative arrays

2017-06-14 Thread Pedro Magalhães
> > > As this is a significant change to the RFC, I'd recommend moving it back > to > > discussion first. > I have suspended the vote and will be resumed after we discuss the deprecation notice. > > Without some further evaluation, I am not sure whether throwing a > > deprecation from a low leve

Re: [PHP-DEV] [RFC] [VOTE] Restarted vote on the negative arrays

2017-06-14 Thread Pieter Hordijk
- Original Message - > From: "nikita ppv" > To: "Pedro Magalhães" > Cc: "internals" > Sent: Tuesday, June 13, 2017 9:15:33 PM > Subject: Re: [PHP-DEV] [RFC] [VOTE] Restarted vote on the negative arrays > On Tue, Jun 13, 2017 at 8:4

Re: [PHP-DEV] [RFC] [VOTE] Restarted vote on the negative arrays

2017-06-13 Thread Nikita Popov
On Tue, Jun 13, 2017 at 8:44 PM, Pedro Magalhães wrote: > Hi internals, > > Based on the feedback on the original RFC targeting 7.2, I have now updated > the RFC to target version 8.0. Additionally, I changed the existing PR to > throw a E_DEPRECATED notice on the cases where this RFC will cause

[PHP-DEV] [RFC] [VOTE] Restarted vote on the negative arrays

2017-06-13 Thread Pedro Magalhães
Hi internals, Based on the feedback on the original RFC targeting 7.2, I have now updated the RFC to target version 8.0. Additionally, I changed the existing PR to throw a E_DEPRECATED notice on the cases where this RFC will cause a BC break when the change is implemented to ease the detection of