swoole 4.8.12

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

- Supports PHP-8.2
- Enhanced Event::add() support for sockets resources
- Fixed incorrect error message when wrong multipart body is received
- Improved Http\Client::sendfile(), support large files over 4G
- Improved Server::taskWaitMulti(), support coroutine environment
- Fixed incorrect error message when add timer less than 1ms
- Fixed deadlock caused by writing log when disk is full