3.0 => 3.1

Verze:

27. 06. 2025

Zodpovědná osoba:

Dominik Šlechta

Update checklist

  • The prefix I is slowly disappearing from these interfaces
  • For the IRouter interface, the parent folder is also changing to Routing\
  • In PHP 8.1 the reset() function cannot be used on objects anymore, it must be pretyped to a string
  • In the redirect function the first parameter http code is no longer given
  • Function strlen in php 8. 1 no longer accepts null as a parameter. It can be fixed with this
    regex: strlen\(\$([^?]*?)\)

    replace: strlen\(\$$1 \?\? ''\)