Skip to content

[Compat] Add compatibility with php8.1

paxal requested to merge compat/php-8.1 into main

Because the bridge could be used on old systems, old versions of PHP should be supported as well. Because PHP 8.0 ended support on Aug 2023, we will only support PHP 8.1+

  • Updated dependencies
  • Remove readonly keyword on classes, pass it to all properties
  • Remove : null typehint, on void short functions
Edited by paxal

Merge request reports