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.8
(stable)
|
Deprecated --- - Move async Swoole\Client to [ext-async](https://github.com/swoole/ext-async)
Enhancement --- + Support Http\Response close (#2861) (@matyhtf) + Support Process::daemon() redirection of IO (#2871) (@matyhtf) * Add Swoole\Server\Task::pack (#2872) (#2874) (@matyhtf) + Support ssl_protocols option (74499276) (@matyhtf) + Add document of bug reports (ba1c078f) (@twose)
Fixed --- * Fixed random bytes added to response status code (#2856) (@twose) * Fixed naming conflicts with php gdbinit (2a2447ec) (@shiguangqi) * Fixed build without PCRE JIT on OSX (2a4c447e) (@twose) * Fixed Websocket\Server class entry of property declaration (1f197daf) (@twose) * Fixed coroutine bound error checker of Co\Http\Client (2619cdd8) (@twose) * Fixed gdb debugger in docker (ec815288) (@twose) * Fixed MySQL close error (#2869) (@twose) * Fixed Cygwin with process (#2868) (#2876) (@matyhtf) * Fixed tls_host_name not found (d1968c26) (@twose) * Fixed SSL renegotiation (#2847) (d8b87ebb) (@matyhtf) * Fixed HTTP2 client empty data (37b12d72) (775aefed) (@twose) * Fixed send yield hang (#2885) (@matyhtf) (@twose) * Fixed null fci_cache (#2881) (@twose) * Fixed server mode on CYGWIN (#2868) (@matyhtf) * Fixed select null (5e23dd96) (@twose) * Fixed #2643 #2868 (#2888) (@matyhtf) |