swoole 5.1.6

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

License: Apache2.0

Changes

- Fixed the issue where `Swoole\Http\Response::end()` returns `null`. @NathanFreeman
- Fixed the problem where the mutex lock of `Swoole\Table` could not be used before the process exits. @matyhtf
- Fixed the failure of `Swoole\Server::stop()` caused by using named parameters. @matyhtf
- Fixed the issue where the `runtime tcp` module did not support dynamically enabling SSL encryption. @matyhtf
- Fixed the `Fatal error` issue caused by the timeout feature of `PHP` in `ZTS` mode. @matyhtf
- Fixed the problem where `Swoole\Coroutine::getaddrinfo()` method could lead to SIGSEGV. @matyhtf
- Fixed the issue where the HTTP client running for a long time resulted in incorrect timeout settings. @matyhtf