v6.1.0
Built-in PHP library included in Swoole v6.1.0.
Changes since v6.0.2:
- The curl handler now supports
CURLOPT_WRITEFUNCTIONwithtrue, enabling streaming of HTTP chunked data (seeexamples/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_cafileandssl_capathto the port options, and removed the obsoletemax_concurrencycoroutine option. - Fixed the
Swoole\Database\RedisPool::get()docblock to include its$timeoutparameter, improving IDE/static analysis support. - CI and Docker test environment updates, plus documentation and CHANGELOG updates (#181).