| Package Information | 
                
                    | Summary | Event-driven asynchronous and concurrent networking engine with high performance for PHP. | 
                
                    | Maintainers | Han Tianfeng                                                            <
                                    rango at swoole dot com                                >
                                                        (lead)
                                                                                    [details] Bruce Dou                                                            <
                                    doubaokun at php dot net                                >
                                                        (developer)
                                                                                    [details]
 Lufei                                                            <
                                    lufei at php dot net                                >
                                                        (developer)
                                                                                    [details]
 
 | 
                
                    | License | Apache2.0 | 
                
                    | Description | 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 tcp/http/websocket/http2 server
 - coroutine tcp/http/websocket client
 - coroutine read/write file system
 - coroutine dns lookup
 - support IPv4/IPv6/UnixSocket/TCP/UDP
 - support SSL/TLS encrypted transmission
 | 
                                    
                        | Homepage | https://github.com/swoole/swoole-src | 
                
                                    
                        | Release notes Version 4.6.4
 (stable)
 | Enhancement ---
 + Supported ARM 64 build (#4057) (@devnexen)
 + Supported set open_http_protocol in Swoole TCP Server (#4063) (@matyhtf)
 + Supported ssl client only set certificate (swoole/swoole-src@91704ac) (@matyhtf)
 + Supported ssl client only set certificate (swoole/swoole-src@91704ac) (@matyhtf)
 + Supported tcp_defer_accept option for FreeBSD (#4049) (@devnexen)
 
 Fixed
 ---
 * Fixed Proxy-Authorization missing when use Coroutine\Http\Client (swoole/swoole-src@edc0552) (@matyhtf)
 * Fixed memory allocation issues with Swoole\Table (swoole/swoole-src@3e7770f) (@matyhtf)
 * Fixed crash when Coroutine\Http2\Client connects concurrently (swoole/swoole-src@630536d) (@matyhtf)
 * Fixed enable_ssl_encrypt with DTLS (swoole/swoole-src@842733b) (@matyhtf)
 * Fixed Coroutine\Barrier mem leak (swoole/library#94) (@Appla) (@FMiS)
 * Fixed the offset error caused by CURLOPT_PORT and CURLOPT_URL order (swoole/library#96) (@sy-records)
 * Fixed Table::get($key, $field) when field type is float (swoole/swoole-src@08ea20c) (@matyhtf)
 * Fixed Swoole\Table mem leaks (swoole/swoole-src@d78ca8c) (@matyhtf)
 |