Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-09-02 Thread David Walker
On Fri, Sep 2, 2016 at 9:28 AM Christoph M. Becker wrote: > On 02.09.2016 at 16:57, David Walker wrote: > > > Poking around, I'm must not be understanding how TICK opcodes would > > negatively impact the lookahead. It may be my newness, but the way I'm > > reading the compilation of ZEND_AST_DIM

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-09-02 Thread Christoph M. Becker
On 02.09.2016 at 16:57, David Walker wrote: > Poking around, I'm must not be understanding how TICK opcodes would > negatively impact the lookahead. It may be my newness, but the way I'm > reading the compilation of ZEND_AST_DIM, would not be suspect to random > TICK opcodes from impacting the lo

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-09-02 Thread David Walker
> > > Thanks. Dmitry. > -- > *From:* David Walker > *Sent:* Thursday, September 1, 2016 7:40:15 PM > *To:* Dmitry Stogov; Christoph M. Becker; Marco Pivetta > > *Cc:* PHP Internals List; Nikita Popov > *Subject:* Re: [PHP-DEV] Re: [RFC][VOTE

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-09-01 Thread Dmitry Stogov
ks. Dmitry. From: David Walker Sent: Thursday, September 1, 2016 7:40:15 PM To: Dmitry Stogov; Christoph M. Becker; Marco Pivetta Cc: PHP Internals List; Nikita Popov Subject: Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess On Thu, Sep 1, 2016 at 1:03 AM Dmitry Stogov

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-09-01 Thread David Walker
On Thu, Sep 1, 2016 at 1:03 AM Dmitry Stogov wrote: > Hi David, > > I would propose to cancel voting and restart it when the good > implementation is found. > > Otherwise, people may rise their hands for something that can't be > implemented in good enough way. > > Thanks. Dmitry. > Hi Dmitry (e

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-09-01 Thread Pierre Joye
On Sep 1, 2016 2:04 PM, "Dmitry Stogov" wrote: > > Hi David, > > > I would propose to cancel voting and restart it when the good implementation is found. > > Otherwise, people may rise their hands for something that can't be implemented in good enough way. There is no need to cancel the vote. How

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-09-01 Thread Dmitry Stogov
rsday, September 1, 2016 3:05:44 AM To: Christoph M. Becker; Dmitry Stogov; Marco Pivetta Cc: PHP Internals List; Nikita Popov Subject: Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess On Wed, Aug 31, 2016 at 7:49 AM David Walker mailto:d...@mudsite.com>> wrote: On Wed, Aug

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-08-31 Thread Bishop Bettini
> On Wed, Aug 31, 2016 at 7:49 AM David Walker wrote: > Hi all, > > As of now, the scheduled time the vote is to close, the RFC stands 19-4 > (accepted). Given this is my first solo RFC, I'm not really sure protocol > to go from here. Dmitry does raise that the implementation I put forward > may

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-08-31 Thread David Walker
var_dump(\$a[0][0] + \$c[0]);" >>> >>> Notice: Trying to get index of a non-array in Command line code on line 1 >>> >>> Notice: Trying to get index of a non-array in Command line code on line 1 >>> int(0) >>> >>> Cheers! >>&

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-08-31 Thread David Walker
o get index of a non-array in Command line code on line 1 >> int(0) >> >> Cheers! >> >> > ____________ >> > From: Marco Pivetta >> > Sent: Wednesday, August 31, 2016 10:10:23 AM >> > To: Dmitry Stogov >> > Cc: Chri

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-08-31 Thread David Walker
esday, August 31, 2016 10:10:23 AM > > To: Dmitry Stogov > > Cc: Christoph M. Becker; PHP Internals List; Nikita Popov; David Walker > > Subject: Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container > read-adccess > > > > > > Hi Dmitry, > > >

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-08-31 Thread Christoph M. Becker
esday, August 31, 2016 10:10:23 AM > To: Dmitry Stogov > Cc: Christoph M. Becker; PHP Internals List; Nikita Popov; David Walker > Subject: Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container > read-adccess > > > Hi Dmitry, > > On 31 Aug 2016 8:37 a.m., "

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-08-31 Thread Marco Pivetta
> *From:* Marco Pivetta > *Sent:* Wednesday, August 31, 2016 10:10:23 AM > *To:* Dmitry Stogov > *Cc:* Christoph M. Becker; PHP Internals List; Nikita Popov; David Walker > *Subject:* Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container > read-adccess > > >

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-08-31 Thread Dmitry Stogov
Popov; David Walker Subject: Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess Hi Dmitry, On 31 Aug 2016 8:37 a.m., "Dmitry Stogov" mailto:dmi...@zend.com>> wrote: > > I vote NO, because the implementation introduces more problems than intents > to

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-08-31 Thread Dmitry Stogov
nly implemented, and I vote against it. Thanks. Dmitry. From: Niklas Keller Sent: Wednesday, August 31, 2016 10:58:16 AM To: Dmitry Stogov; Christoph M. Becker; David Walker; PHP internals Cc: Nikita Popov Subject: Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on in

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-08-31 Thread Niklas Keller
Dmitry Stogov schrieb am Mi., 31. Aug. 2016, 08:37: > I vote NO, because the implementation introduces more problems than > intents to fix. > > For example the following code starts to throw exception: > > > > Array access on null should always throw IMO. BTW, I'm not against the feature, I'm

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-08-31 Thread Marco Pivetta
Hi Dmitry, On 31 Aug 2016 8:37 a.m., "Dmitry Stogov" wrote: > > I vote NO, because the implementation introduces more problems than intents to fix. > > For example the following code starts to throw exception: > > > Isn't that the point of this RFC? I would expect this code to only ever work by

Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess

2016-08-30 Thread Dmitry Stogov
I vote NO, because the implementation introduces more problems than intents to fix. For example the following code starts to throw exception: BTW, I'm not against the feature, I'm against the implementation. It's just can't be committed in current state. Thanks. Dmitry.