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.4.1
(stable)
|
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) |