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

Release notes
-------------
- Added Swoole\Redis\Server, redis compatible protocol server framework
- Added Swoole\Mmap, high-performance disk read and write function
- Added Swoole\Client::pipe method
- Added onBufferEmpty and onBufferFull event callback for Swoole\Server
- Added buffer_high_watermark and buffer_low_watermark option for Swoole\Server
- Added swoole_clear_dns_cache function
- Added Swoole\Channel, high performance shared memory queue
- Fixed redis client type method could not return a string
- Fixed an issue when the sync client length protocol package_max_length was 
invalid
- Fixed low-level version of gcc running under the long-term crash happened
- Fixed invalid websocket_mask for asynchronous WebSocket client
- Fixed a problem where the MySQL client crashed accidentally when there were 
too many records
- Fixed Mac platform task more than 8K to create a temporary file failed to 
lead to the problem of undeliverable tasks
- Fixed taskWaitMulti When the process returns more than 8K receive timeout 
problem
- Fixed atmoic add and sub return value exists data synchronization problems

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-1.9.0.tgz

Authors
-------------
shen zhe <[email protected]> (developer)
Han Tianfeng <[email protected]> (lead)


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

Reply via email to