You are not logged in.
Hello,
We are testing PHP 8.2 with Events 2 v2.5 extension and we are getting the following below.
Deprecated: Creation of dynamic property BTXEvents\Event::$Array is deprecated in C:\MAMP\htdocs\upgrade\extensions\com.fastspot.2.events\classes\base-object.php on line 32
Offline
You'll need to add an "#[\AllowDynamicProperties]" attribute to the top of the class to get the deprecated warning to go away. Adding it makes the extension require PHP 8 so it's a bit of a double-edged sword which is why I haven't added it directly yet.
Offline
Thank you, Tim!
Offline