swoole 4.3.4

Event-driven asynchronous and concurrent networking engine with high performance for PHP.


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 mysql client
- coroutine redis client
- coroutine read/write file system
- coroutine dns lookup
- support IPv4/IPv6/UnixSocket/TCP/UDP
- support SSL/TLS encrypted transmission

License: Apache2.0

Changes

Fixed
---
* Fixed SSL certificate configuration failure (#2573) (@twose)
* Fixed onReceive callback null pointer (#2568) (@twose)
* Fixed ssl->ciphers null pointer (#2553) (@matyhtf)
* Fixed document_root can't be a relative path (#2513) (@windrunner)
* Fixed HTTP proxy that does not need to handshake (16ea176f) (@matyhtf)