PaulB
Well-known member
- Affected version
- 2.2.9
PHP 8.2 will deprecate dynamic properties. For the most part, this doesn't impact XenForo, but
XF\Payment\CallbackState
still relies on dynamic properties on lines 113 and 134 despite also implementing __get and __set.