Skip to content

v4.3.2

Compare
Choose a tag to compare
@twose twose released this 15 Apr 09:36
· 3331 commits to master since this release

Enhancement

  • Dynamically ipc_size, greatly improving IPC performance in Process mode (48c1b2b) (3e85511) (@matyhtf)
  • Improve Runtime::enableCoroutine API, support passing in flag directly as the first parameter (464ad65) (7d4be65) (@twose)
  • SSL connection will automatically configure the ssl_host_name (563e677) (@twose)
  • Some NOTICE level information will be changed to INFO level, such as server restart information, etc (d87d63a) (@twose)
  • Add constants fordispatch_func return value: SWOOLE_DISPATCH_RESULT_DISCARD_PACKET, SWOOLE_DISPATCH_RESULT_USERFUNC_FALLBACK (#2451) (@windrunner414)
  • swoole_strerror support parse system error code and swoole error code automatically (d89c565) (#2458) (@twose) (@mabu233)
  • Built-in Socket related constants, and it would not conflict with Socket extensions (1e1b1d1) (@twose)
  • Add http_parse_cookie option (dce290e) (@twose)
  • Decode path_info (82f8e4f) (@twose)
  • Support PHP_STREAM_OPTION_CHECK_LIVENESS (6ff292d) (@twose)

Fixed