Releases: walkor/workerman
Releases · walkor/workerman
workerman-3.4.5-stable
http support multiple files upload.
Other optimizations.
workerman-3.4.4-stable
Fix timer bug when use stream_select see #185 .
$GLOBALS['HTTP_RAW_POST_DATA'] is always accessible.
Other optimizations.
workerman-3.4.3-stable
fix #166
Session compatible with php7
Some optimizations.
workerman-3.4.2-stable
Fix fwrite() on non-blocking SSL sockets error.
Http protocol optimization.
workerman-3.4.1-stable
Fix AsyncTcpConnection with ssl not work.
workerman-3.4.0-stable
workerman-3.3.9-stable
Support nonblocking SSL handshake
Support SSLv2 SSLv3 crypto method for SSL
Support unix domain for AysncTcpConnection
workerman-3.3.8-stable
Fix bug. Timer::add(...) should return integer but returned TimerInterface object when using reactPHP.
workerman-3.3.7-stable
Support SSL.
workerman-3.3.6-stable
Support ReactPHP