Re: [PHP-DEV] Re: [RFC] Typed Properties

2018-07-23 Thread André Rømcke
> On 19 Jul 2018, at 13:34, Dmitry Stogov wrote: > > I've run few benchmarks, to measure the performance penalty of this proposal. > > > https://gist.github.com/dstogov/b9fc0fdccfb8bf7bae121ce3d3ff1db1 > > > In most cases real-life apps become ~1% slower. In the worst case, I got 6% >

Re: [PHP-DEV] Re: [RFC] Typed Properties

2018-07-19 Thread Dmitry Stogov
. From: Zeev Suraski Sent: Thursday, July 19, 2018 11:52:37 AM To: Nikita Popov Cc: Zeev Suraski; Internals Subject: Re: [PHP-DEV] Re: [RFC] Typed Properties On Tue, Jul 17, 2018 at 9:02 PM Nikita Popov wrote: > > Sure, we can wait another week. Unless the additional discussion r

Re: [PHP-DEV] Re: [RFC] Typed Properties

2018-07-19 Thread Zeev Suraski
On Tue, Jul 17, 2018 at 9:02 PM Nikita Popov wrote: > > Sure, we can wait another week. Unless the additional discussion results in > major changes to the RFC, we'll start voting next Monday (2018-07-23). In > the interest of avoiding further delays, please try to view this as a hard > deadline:

Re: [PHP-DEV] Re: [RFC] Typed Properties

2018-07-17 Thread Zeev Suraski
On 17 Jul 2018, at 21:02, Nikita Popov mailto:nikita@gmail.com>> wrote: On Tue, Jul 17, 2018 at 12:10 AM, Zeev Suraski mailto:z...@zend.com>> wrote: > Based on the feedback we received, we have decided to target PHP 7.4 for this > RFC. A main factor for this decision was that the RFC

Re: [PHP-DEV] Re: [RFC] Typed Properties

2018-07-17 Thread Nikita Popov
On Tue, Jul 17, 2018 at 12:10 AM, Zeev Suraski wrote: > > Based on the feedback we received, we have decided to target PHP 7.4 for > this > > RFC. A main factor for this decision was that the RFC requires some > non-trivial > > changes to 3rd-party extensions for full compatibility. This would

Re: [PHP-DEV] Re: [RFC] Typed Properties

2018-07-17 Thread Niklas Keller
Zeev Suraski schrieb am Di., 17. Juli 2018, 00:10: > > Based on the feedback we received, we have decided to target PHP 7.4 for > this > > RFC. A main factor for this decision was that the RFC requires some > non-trivial > > changes to 3rd-party extensions for full compatibility. This would put

RE: [PHP-DEV] Re: [RFC] Typed Properties

2018-07-16 Thread Zeev Suraski
> Based on the feedback we received, we have decided to target PHP 7.4 for this > RFC. A main factor for this decision was that the RFC requires some > non-trivial > changes to 3rd-party extensions for full compatibility. This would put the > ongoing (but nearly complete) effort to port

Re: [PHP-DEV] Re: [RFC] Typed Properties

2018-07-16 Thread Sara Golemon
On Mon, Jul 16, 2018 at 3:45 PM, Nikita Popov wrote: > Based on the feedback we received, we have decided to target PHP 7.4 for > this RFC. A main factor for this decision was that the RFC requires some > non-trivial changes to 3rd-party extensions for full compatibility. This > would put the

[PHP-DEV] Re: [RFC] Typed Properties

2018-07-16 Thread Christoph M. Becker
On 16.07.2018 at 21:45, Nikita Popov wrote: > Based on the feedback we received, we have decided to target PHP 7.4 for > this RFC. A main factor for this decision was that the RFC requires some > non-trivial changes to 3rd-party extensions for full compatibility. This > would put the ongoing (but

[PHP-DEV] Re: [RFC] Typed Properties

2018-07-16 Thread Nikita Popov
On Wed, Jun 20, 2018 at 11:59 PM, Nikita Popov wrote: > Hi internals, > > Bob and I would like to present a new typed properties proposal for your > consideration: > > https://wiki.php.net/rfc/typed_properties_v2 > > The proposal allows you to annotate properties with types, which are >