Skip to content

v2.3.1

Choose a tag to compare

@crynobone crynobone released this 24 Jul 05:48
· 105 commits to master 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.