Skip to content

v3.8.6

Choose a tag to compare

@crynobone crynobone released this 19 Aug 10:54
· 19 commits to 3.8 since this release

Changes

  • 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.