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.6.7
(stable)
|
Enhancement --- * Supported call Process::signal() in Manager process and Task synchronous process (#4190) (@matyhtf)
Fixed --- * Fixed signal cannot be registered repeatedly (#4170) (@matyhtf) * Fixed build on OpenBSD/NetBSD (#4188) (#4194) (@devnexen) * Fixed special case OnClose event missing while listening for writable events (#4204) (@matyhtf) * Fixed native curl with Symfony HttpClient (#4208) (@matyhtf) * Fixed Http\Response::end() always return true (swoole/swoole-src@66fcc35) (@matyhtf) * Fixed PDOException generated by PDOStatementProxy (swoole/library#104) (@twose)
Kernel --- * Refactored worker buffer, add msg id for the event data (#4163) (@matyhtf) * Changed the log level of "Request Entity Too Large" to warning (#4175) (@sy-records) * Deleted inet_ntoa and inet_aton calls (#4199) (@remicollet) * Adjusted output_buffer_size value to UINT_MAX (swoole/swoole-src@46ab345) (@matyhtf) |