swoole 4.4.5

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

Enhancement
---
+ Better Reactor (@matyhtf)
+ Better AIO (@twose)
+ Better Redis (3608f4c2) (@twose)
+ Handle Empty upload files (#2779) (@sshymko)
+ Add File uploads array parser (#2773) (@sshymko)
+ Support PURGE (#2754) (#2764) (@sshymko)
+ Allow HTTP methods like GETX POSTX PUTX etc (#2772) (@doubaokun)
+ Reduce the default max_wait_time to 3 (ed5c838) (@twose)

Fixed
---
* Fixed AIO memory error (@twose)
* Fixed compilation without zlib (f5a03366) (@twose)
* Fixed timeout param of stream (c8275989) (@twose)
* Fixed missing http headers (#2789) (@doubaokun)
* Fixed client type (#2771) (@doubaokun)