Skip to content

v0.8.7

Compare
Choose a tag to compare
@clue clue released this 24 Dec 11:30
· 268 commits to 3.x since this release
  • Fix: Fix closing socket resource before removing from loop
    (#141 by @clue)

    This fixes the root cause of an uncaught Exception that only manifested
    itself after the recent Stream v0.7.4 component update and only if you're
    using ext-event (ExtEventLoop).

  • Improve test suite by testing against PHP 7.2
    (#140 by @carusogabriel)