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.3
(stable)
|
New APIs --- + Added Swoole\Coroutine\go function (swoole/library@82f63be) (@matyhtf) + Added Swoole\Coroutine\defer function (swoole/library@92fd0de) (@matyhtf)
Enhancement --- + Added option compression_min_length for HTTP Server (#4033) (@matyhtf) + Allowed setting content-length HTTP header in application layer (#4041) (@doubaokun)
Fixed --- * Fixed coredump when program reach file open limitation (swoole/swoole-src@709813f) (@matyhtf) * Fixed JIT being disabled (#4029) (@twose) * Fixed Response::create() bug (swoole/swoole-src@a630b5b) (@matyhtf) * Fixed task process id false positives on ARM (#4040) (@doubaokun) * Fixed README (#4046) (@asheroto) * Fixed native-curl crash on PHP8 (#4042) (#4045) (@Yurunsoft) (@matyhtf) * Fixed mem error (#4050) (@matyhtf)
Kernel --- * Optimized ssl_connect/ssl_shutdown (#4030) (@matyhtf) * Exit the process directly when a fatal error occurs (#4053) (@matyhtf) |