The new PECL package swoole-4.4.1 (stable) has been released at 
https://pecl.php.net/.

Release notes
-------------
Enhancement
---
+ Support send response with non-zero Content-length without body for HEAD 
request (#2690) (@matyhtf)
+ Support `Coroutine::getPcid` by a random cid (#2669) (@huanghantao)

Fixed
---
* Fixed `SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER` (#2667) (@twose)
* Fixed signal listener (#2675) (@matyhtf)
* Fixed MySQL incompatibility changes (#2674) (@twose)
* Fixed add event after server start (#2673) (@matyhtf)
* Fixed `static_handler` can not decode url (#2676) (@twose)
* Fixed task worker warning (#2689) (@Yurunsoft)
* Fixed `Http\Request->rawContent` (#2682) (@twose)
* Fixed invalid read when  `Timer::clearAll` (6b0263b) (@matyhtf)
* Fixed `Coroutine\Http\Client` send failed (432259d) (@twose)

Package Info
-------------
Event-driven asynchronous and concurrent networking engine with high 
performance for PHP.
        - event-driven
        - coroutine
        - asynchronous non-blocking
        - multi-thread reactor
        - multi-process worker
        - multi-protocol
        - millisecond timer
        - built-in http/websocket/http2 server
        - coroutine http/websocket client
        - coroutine mysql client
        - coroutine redis client
        - coroutine read/write file system
        - coroutine dns lookup
        - support IPv4/IPv6/UnixSocket/TCP/UDP
        - support SSL/TLS encrypted transmission

Related Links
-------------
Package home: https://pecl.php.net/package/swoole
   Changelog: https://pecl.php.net/package-changelog.php?package=swoole
    Download: https://pecl.php.net/get/swoole-4.4.1.tgz

Authors
-------------
shen zhe <[email protected]> (developer)
Han Tianfeng <[email protected]> (lead)
QiHao ChenCao <[email protected]> (developer)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to