Skip to content

10.11.1: XPClass::getDeclaredFields fix

Compare
Choose a tag to compare
@thekid thekid released this 25 Jul 11:18

Bugfixes

  • Fixed lang.XPClass::getDeclaredFields() throwing an exception - @thekid
  • Fixed issue #276: PHP 8.1: offset* / getIterator signature. Made codebase
    compatible with PHP 8.1 (while keeping PHP 7 support!) by adding the
    #[ReturnTypeWillChange] in relevant places.
    (@thekid)