Skip to content

10.2.1: Declaration warning and timeouts fix

Compare
Choose a tag to compare
@thekid thekid released this 03 Jun 13:26
· 55 commits to master since this release
  • Fixed timeouts for reading from sockets with newer PHP 8.1 builds
    (@thekid)
  • Fixed floating point values for Socket::setTimeout() - @thekid
  • Fixed warning Declaration of AsyncServer::listen($socket, $protocol)
    should be compatible
    in PHP 7.0, 7.1 and 7.2
    (@thekid)