Skip to content

Releases: walkor/workerman

workerman-3.4.7-stable

08 Aug 08:54
Compare
Choose a tag to compare

Add timer statistics in status command.

workerman-3.4.6-stable

24 Jul 09:48
Compare
Choose a tag to compare

Fix memory leak when use StreamSelectLoop for ReactPHP.
Some optimizations.

workerman-3.4.5-stable

14 Jul 02:26
Compare
Choose a tag to compare

http support multiple files upload.
Other optimizations.

workerman-3.4.4-stable

06 Jul 07:04
Compare
Choose a tag to compare

Fix timer bug when use stream_select see #185 .
$GLOBALS['HTTP_RAW_POST_DATA'] is always accessible.
Other optimizations.

workerman-3.4.3-stable

20 Jun 15:23
Compare
Choose a tag to compare

fix #166
Session compatible with php7
Some optimizations.

workerman-3.4.2-stable

04 May 15:11
Compare
Choose a tag to compare

Fix fwrite() on non-blocking SSL sockets error.
Http protocol optimization.

workerman-3.4.1-stable

21 Apr 01:01
Compare
Choose a tag to compare

Fix AsyncTcpConnection with ssl not work.

workerman-3.4.0-stable

15 Apr 08:31
Compare
Choose a tag to compare

workerman-3.3.9-stable

15 Feb 02:56
Compare
Choose a tag to compare

Support nonblocking SSL handshake
Support SSLv2 SSLv3 crypto method for SSL
Support unix domain for AysncTcpConnection

workerman-3.3.8-stable

09 Feb 08:13
Compare
Choose a tag to compare

Fix bug. Timer::add(...) should return integer but returned TimerInterface object when using reactPHP.