Skip to content

v6.1.0

Choose a tag to compare

@deminy deminy released this 25 Jul 05:54

Built-in PHP library included in Swoole v6.1.0.

Changes since v6.0.2:

  • The curl handler now supports CURLOPT_WRITEFUNCTION with true, enabling streaming of HTTP chunked data (see examples/curl/write_func.php).
  • The curl handler now handles duplicate HTTP response headers correctly, passing every occurrence to the header callback instead of only the last one.
  • Server options: added ssl_cafile and ssl_capath to the port options, and removed the obsolete max_concurrency coroutine option.
  • Fixed the Swoole\Database\RedisPool::get() docblock to include its $timeout parameter, improving IDE/static analysis support.
  • CI and Docker test environment updates, plus documentation and CHANGELOG updates (#181).