Skip to content

Releases: walkor/workerman

v4.0.25

10 Dec 04:10
d6af94d
Compare
Choose a tag to compare

Support post array by multipart/form-data request.

Full Changelog: v4.0.24...v4.0.25

v4.0.24

02 Dec 14:30
faf6079
Compare
Choose a tag to compare

compatible with php8.1

Full Changelog: v4.0.23...v4.0.24

workerman-4.0.23-stable

01 Dec 11:58
561cc03
Compare
Choose a tag to compare

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

29 Oct 12:05
df1a00d
Compare
Choose a tag to compare

Fix #681
Full Changelog: v4.0.21...v4.0.22

workerman-4.0.21-stable

27 Oct 13:56
7c727c3
Compare
Choose a tag to compare

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

16 Oct 13:28
ab9a28b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.19...v4.0.20

workerman-4.0.19-stable

05 Mar 06:50
af60259
Compare
Choose a tag to compare

Turn reusePort off by default.
Fix parseHeaders for request without headers.
Check master is alive see #595.
Multiple message-header fields support see #600.
Some other optimizations.

workerman-4.0.18-stable

02 Jan 06:17
0293087
Compare
Choose a tag to compare

Some optimizations.

workerman-4.0.17-stable

27 Nov 04:16
2998940
Compare
Choose a tag to compare

Add getHeader withoutHeader rawBody methods for http response.

workerman-4.0.16-stable

16 Nov 02:51
Compare
Choose a tag to compare

parse command use $argv instead of $_SERVER['argv']