The new PECL package swoole-4.0.4 (stable) has been released at 
http://pecl.php.net/.

Release notes
-------------
+ TaskWait support coroutine scheduling now, call "taskwait" in coroutine would 
be no longer blocked
+ Better Http2 support, we can use "\Swoole\Coroutine\Http2\Client" to 
structure any GRPC client now
* Fixed a kernel level bug in an infrequent extreme case when using 
SWOOLE_PROCESS
* Fixed the connection closed when Coroutine WebSocket Client recv timeout
* Fixed PHP class extends without parent calls crash
* Fixed user call "__destruct" brings crash
* Fixed upload filename too long bug
* Fixed HAVE_SOCKETS macro does not exist, including static compiler
* Fixed co::suspend and co::resume assert failed
* Use SSL_pending
* Better signal handler on MacOS

Package Info
-------------
Event-driven asynchronous and concurrent networking engine with high 
performance for PHP.
- event-driven
- asynchronous non-blocking
- multi-thread reactor
- multi-process worker
- multi-protocol
- millisecond timer
- async mysql client
- built-in http/websocket/http2 server
- async http/websocket client
- async redis client
- async task
- async read/write file system
- async dns lookup
- support IPv4/IPv6/UnixSocket/TCP/UDP
- support SSL/TLS encrypted transmission

Related Links
-------------
Package home: http://pecl.php.net/package/swoole
   Changelog: http://pecl.php.net/package-changelog.php?package=swoole
    Download: http://pecl.php.net/get/swoole-4.0.4.tgz

Authors
-------------
shen zhe <shenzhe...@gmail.com> (developer)
Han Tianfeng <mikan.te...@gmail.com> (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to