Skip to content

0.2.5

Compare
Choose a tag to compare
@trowski trowski released this 01 Aug 14:16
· 30 commits to main since this release
v0.2.5
4e74555

What's Changed

  • PHP 8.1 is now required (#55)
  • Fix compatibility with 8.2 by fixing a deprecation notice (#58)
  • Fixed an integer overflow on timers if a large (e.g. PHP_INT_MAX) timeout is requested (#49)
  • Removed the reference kept to microtask (EventLoop::queue()) callback arguments so passed objects may be garbage collected if a resulting fiber unsets all references to the argument (#60)

Full Changelog: v0.2.4...v0.2.5