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.3
(stable)
|
Enhancement --- + Continue to maintain the Lock module (@matyhtf) + Add zpopmin and zpopmax for Redis 5 (#2684) (@ruesin) + Remove Http\Client global buffer in kernel (@twose) + Support ppc arch (#2692) (@matyhtf) + Support SSL context options for php_stream (#2717) (@twose) + Support multi-threading (libswoole) (@matyhtf) + Support SSL shutdown (#2717) (@twose)
Fixed --- * Fixed bug: call Request->rawContent/getData after Response->end (b989ba9) (@twose) * Fixed OpenSSL protocol version check (c89e56f) (@twose) * Fixed bug: MySQL double free when io error occurred (d62d543) (@twose) * Fixed Http2 Client null pointer (537557d) (@twose) * Fixed HTTP2 SSL settings (#2725) (@twose) * Fixed DNS errno (@matyhtf) * Fixed mem invalid read with fgets (5dc0670) (@matyhtf) * Fixed swoole_async_dns_lookup_coro (b9caf5d) (@matyhtf) + Fixed ManagerStop failed (7977fab) (@matyhtf) |