php8.2

  1. PaulB

    Fixed PHP 8.2: XF\Payment\CallbackState relies on dynamic properties

    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.
Top Bottom