Another 8.2 error...
I understand the fix for this at the moment would be the #[AllowDynamicProperties] attribute.
Could this be added in either template_top.php or application_top.php so it fix every occurrence of the error or would it have to be in every file that has the deprecated code?
PHP Deprecated: Creation of dynamic property...
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: PHP Deprecated: Creation of dynamic property...
Every file.
The more correct fix would be to simply add the property to the class. It seems to me that Burt already made those changes in the latest version.
The more correct fix would be to simply add the property to the class. It seems to me that Burt already made those changes in the latest version.