Releases: walkor/workerman
Releases · walkor/workerman
v4.1.0
- Require php>=7.0
- Use safer random functions
Full Changelog: v4.0.39...v4.1.0
v4.0.42
v4.0.41
Fix php8.1.8 stdout redirect bug
Full Changelog: v4.0.40...v4.0.41
v4.0.40
What's Changed
- add FastCGI protocol to support FastCGI-Client application by @blogdaren in #784
- Upload file optimiztions
- Fix Session->gc()
Full Changelog: v4.0.39...v4.0.40
v4.0.39
Fix Session->gc()
probability
Full Changelog: v4.0.38...v4.0.39
v4.0.38
What's Changed
- display Event-Loop UI item when start as debug mode by @blogdaren in #764
$response->cookie($key, $value, $max_age);
when $max_age is 0 then remove the cookie
Full Changelog: v4.0.37...v4.0.38
v4.0.37
Support Session::$autoUpdateTimestamp
Full Changelog: v4.0.36...v4.0.37
v4.0.36
- Support Session::$name
Full Changelog: v4.0.35...v4.0.36
v4.0.35
What's Changed
- php >= 5.4 required
- Add libuv support by @blogdaren in #755
- fix the libuv EventTimer which works unexpectedly in millisecond by @blogdaren in #756
- Support
Session::$cookieLifetime
Session::$cookiePath
etc - Other optimizations
Full Changelog: 4.0.34...v4.0.35
4.0.34
Workerman\Protocols\Http\Request::sessionId($sid)
support sid param- Optimize multi file upload
- Support
RedisClusterSessionHandler
RedisSessionHandler
support ping and reconnect- Support
Workerman\Worker::$stopTimeout
Full Changelog: v4.0.33...4.0.34