riak 0.6.0

Riak database PHP extension


Fast protocol buffers client for Riak database and session module.

License: Apache 2

This package is not maintained, if you would like to take over please go to this page.

Changes

Improvements:
- Added extended bucket properties that can be set and read on riak 1.4 and later.
- Enable keep-alive on sockets.

- New .ini options added:
; Keep sockets alive (recommended)
riak.socket.keep_alive=1
; Socket receive timeout [ms]
riak.socket.recv_timeout=10000
; Socket send timeout [ms]
riak.socket.send_timeout=10000

- default connection timeout is changed to 1800 seconds.

Bug fixes:
- Issue38: Windows build failing