On 11 April 2023 14:33:27 BST, Jeffrey Dafoe <jda...@fsx.com> wrote:
>> was something introduced in a time that the code being written using it has
>> 100% test coverage and static analysers protecting it. It's easier for me to 
>> deal
>> with any BC breaks of PHP 7.1 or higher than it is to deal with deprecations 
>> of
>> PHP 5.6 or lower.
>
>Essentially the same thing here. Removal of dynamic properties will be the 
>next big one for my team. It's the deprecations that hit huge swaths of code 
>without really offering much benefit that are annoying.



So turn off the deprecation warnings for now. They're just a heads up that 
behaviour is going to change in the future, with PHP 9.

I doubt you'd prefer not to be aware of the change well in advance.

cheers
Derick

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to