Package Information |
Summary |
Event-driven asynchronous and concurrent networking engine with high performance for PHP. |
Maintainers |
shen zhe <
shenzhe163 at gmail dot com >
(developer)
[details]
Han Tianfeng <
rango at swoole dot com >
(lead)
[details]
Lufei <
lufei at php dot net >
(developer)
[details]
Bruce Dou <
doubaokun 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.5.5
(stable)
|
New APIs --- + Added Process\Manager and alias Process\ProcessManager (swoole/library#eac1ac5) (@matyhtf) + Support HTTP2 server-side GOAWAY (#3710) (@doubaokun) + Added Co\map() function (swoole/library#57) (@leocavalcante)
Enhancement --- + Support http2 client unix socket (#3668) (@sy-records) + Set the worker status to SW_WORKER_EXIT when the worker process exits (#3724) (@matyhtf) + Add send_queued_bytes and recv_queued_bytes in Server::getClientInfo() (#3721) (#3731) (@matyhtf) (@Yurunsoft) + Support option of stats_file (#3725) (@matyhtf) (@Yurunsoft)
Fixed --- * Fixed PHP8 build (zend_compile_string change) (#3670) (@twose) * Fixed PHP8 build (ext/sockets compatibility) (#3684) (@twose) * Fixed PHP8 build (php_url_encode_hash_ex change) (#3713) (@remicollet) * Fixed invalid conversion from 'const char*' to 'char*' for build (#3686) (@remicollet) * Fixed HTTP2 client over HTTP proxy is not working (#3677) (@matyhtf) (@twose) * Fixed PDO context data confusion (swoole/library#54) (@sy-records)
Kernel --- * Code optimization (#3671) (#3689) (#3700) (#3701) (#3708) (#3718) (#3722) (#3723) (@matyhtf) |