Releases: walkor/workerman
Releases · walkor/workerman
v4.0.25
Support post array by multipart/form-data
request.
Full Changelog: v4.0.24...v4.0.25
v4.0.24
compatible with php8.1
Full Changelog: v4.0.23...v4.0.24
workerman-4.0.23-stable
What's Changed
- implement session updateTimestamp and refresh session expire time api by @lvshuang in #686
- compatible with php8.1
Full Changelog: v4.0.22...v4.0.23
v4.0.22
workerman-4.0.21-stable
Fix the startup failure when there is a space in the PHP execution path in Windows system.
Full Changelog: v4.0.20...v4.0.21
workerman-4.0.20-stable
What's Changed
- Http/Request method(header, cookie, protocolVersion) return parameter type correction by @anoxia in #604
- Fix missing type declarations and properties by @Yurunsoft in #605
- php7.4 Turn on strict mode declare(strict_types=1); posix_kill() TypeError by @Tinywan in #615
- string pid always not equal int pid by @gethinyan in #633
- Fix security bug by @latypoff in #625
- Add support for PATCH HTTP method by @jarodtomsk in #636
- Add support the relative disk path for UNIX DOMAIN SOCKET by @blogdaren in #645
- fix:last-modified:304 failure by @onanying in #648
- Update Select.php by @mrchenzifan in #666
New Contributors
- @anoxia made their first contribution in #604
- @Yurunsoft made their first contribution in #605
- @Tinywan made their first contribution in #615
- @gethinyan made their first contribution in #633
- @latypoff made their first contribution in #625
- @jarodtomsk made their first contribution in #636
- @onanying made their first contribution in #648
- @mrchenzifan made their first contribution in #666
Full Changelog: v4.0.19...v4.0.20
workerman-4.0.19-stable
workerman-4.0.18-stable
Some optimizations.
workerman-4.0.17-stable
Add getHeader withoutHeader rawBody methods for http response.
workerman-4.0.16-stable
parse command use $argv
instead of $_SERVER['argv']