Skip to content

v3.8.2

Choose a tag to compare

@crynobone crynobone released this 08 Aug 22:23
· 220 commits to master since this release

Changes

  • Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
  • Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.

Fixes

  • Fixed flash messages not being stored to session on redirection.