Package Information |
Summary |
PHP extension for interfacing with Apache ZooKeeper |
Maintainers |
Andrei Zmievski <
andrei at php dot net >
(lead)
[wishlist]
[details]
Timandes White <
timandes at php dot net >
(lead)
[details]
John Boehr <
jbboehr at gmail dot com >
(developer)
[details]
|
License |
PHP |
Description |
This extension provides API for communicating with ZooKeeper service. |
Homepage |
https://github.com/php-zookeeper/php-zookeeper
|
Release notes
Version 0.6.3
(stable)
|
Bugs: - Correct exception message (From "Failed to connect to Zookeeper" to "Failed to initialize ZooKeeper ...", Issue #29) - Fix 'duplicate symbol _php_zk_config_ce' - Fix segmentation fault when destroying Zookeeper instance (GH PR #31) |