Skip to content

v4.7.1

Compare
Choose a tag to compare
@doubaokun doubaokun released this 17 Oct 10:18
· 775 commits to master since this release

New feature

  • Introduce a new concurrency mode (#4330) (@doubaokun)

Enhancement

Fixed

  • Fixed memory error on shutdown (PHP-8.1) (#4325) (@twose)
  • Fixed not serializable classes for 8.1.0beta1 (#4335) (@remicollet)
  • Fixed multiple coroutines recursively creating directories (#4337) (@NathanFreeman)
  • Fixed native curl bugs (#4360) (@matyhtf)
  • Fixed PDOStatement::bindParam() expects parameter 1 to be string (swoole/library#116) (@sy-records)