Skip to content

v4.5.5

Compare
Choose a tag to compare
@huanghantao huanghantao released this 14 Oct 04:34
8b11260

New APIs

Enhancement

Fixed

  • Fixed PHP8 build (zend_compile_string change) (#3670) (@twose)
  • Fixed PHP8 build (ext/sockets compatibility) (#3684) (@twose)
  • Fixed PHP8 build (php_url_encode_hash_ex change) (#3713) (@remicollet)
  • Fixed invalid conversion from 'const char*' to 'char*' for build (#3686) (@remicollet)
  • Fixed HTTP2 client over HTTP proxy is not working (#3677) (@matyhtf) (@twose)
  • Fixed PDO context data confusion (swoole/library#54) (@sy-records)
  • Fixed onPacket callback or UDP Server with IPv6 return wrong port
  • Fixed Lock::lockwait timeout setting does not take effect