Re: [PHP-DEV] [VOTE] Deprecate dynamic properties

2021-11-13 Thread Claude Pache
> Le 12 nov. 2021 à 17:24, Ben Ramsey a écrit : > > I like this change, but the deprecation in 8.2 seems too disruptive. I’d > rather promote our intent to deprecate this with a statement in the > manual that says something like, “This feature will be deprecated in > PHP 8.3 and removed in 9.0.

Re: [PHP-DEV] Automatic performance benchmarking: PHP 8.1 is ~30% faster than PHP 7.4

2021-11-13 Thread Deleu
On Sat, Nov 13, 2021 at 1:31 PM Craig Francis wrote: > On Fri, 12 Nov 2021 at 10:19, Máté Kocsis wrote: > > - Does anyone know how to get some sponsorship from AWS... > > Craig > You may fill out this form https://pages.awscloud.com/AWS-Credits-for-Open-Source-Projects to apply for 12 months cr

Re: [PHP-DEV] Automatic performance benchmarking: PHP 8.1 is ~30% faster than PHP 7.4

2021-11-13 Thread Marco Pivetta
Hey Máté, On Fri, Nov 12, 2021 at 11:19 AM Máté Kocsis wrote: > Hello Internals, > > I'm writing this email because lately, I've been working on an automatic > benchmarking framework for PHP, and I'd like to share some news regarding > it. The initial implementation > was sponsored by Craig Fran

Re: [PHP-DEV] Automatic performance benchmarking: PHP 8.1 is ~30% faster than PHP 7.4

2021-11-13 Thread Craig Francis
On Fri, 12 Nov 2021 at 10:19, Máté Kocsis wrote: > Furthermore, I'd have some questions regarding this project: > - Would you welcome automatic emails on internals (or on a dedicated > mailing list), just like how Intel did it? I'm not sure about the > frequency, but in my opinion, 1-2/month woul

Re: [PHP-DEV] [VOTE] Deprecate dynamic properties

2021-11-13 Thread Victor Bolshov
The way I see it, it might look similar to strict_types opt-in, but only on the surface. The amount of changes needed to make legacy code compliant with strict_types directive, would be tremendous, also there would be no simple one-size-fits-all solution like the #[AllowDynamicProperties]. In t

Re: [PHP-DEV] Automatic performance benchmarking: PHP 8.1 is ~30% faster than PHP 7.4

2021-11-13 Thread Côme Chilliet
Le 12 novembre 2021 11:18:50 GMT+01:00, "Máté Kocsis" a écrit : > >Furthermore, I'd have some questions regarding this project: >- Would you welcome automatic emails on internals (or on a dedicated >mailing list), just like how >Intel did it? I'm not sure about the frequency, but in my opinion, >

Re: [PHP-DEV] [VOTE] Deprecate dynamic properties

2021-11-13 Thread Peter Bowyer
On Sat, 13 Nov 2021, 00:14 Christoph M. Becker, wrote: > Offering an > opt-out of dynamic properties or some switch to disable the deprecation > would not help in that regard. > Given this is a big change to the way PHP has behaved for decades I did wonder why the RFC didn't propose an opt-out o