PHP extension for interfacing with Apache ZooKeeper
This extension provides API for communicating with ZooKeeper service.
License: PHP
Version | Release | Download |
0.7.2 | 2019-12-11 | zookeeper-0.7.2.tgz |
0.7.1 | 2019-03-08 | zookeeper-0.7.1.tgz |
0.7.0 | 2019-02-27 | zookeeper-0.7.0.tgz |
0.6.4 | 2019-03-12 | zookeeper-0.6.4.tgz |
0.6.3 | 2019-01-23 | zookeeper-0.6.3.tgz |
Version | Message |
0.7.2 |
Bugs: - Fix segfault due to double free of global callback data (GH PR #35) - Optimize callback-related statements - Fix build error with PHP 7.4 (GH PR #38) |
0.7.1 |
Bugs: - Fix segmentation fault after destroying Zookeeper instance (Issue #32) |
0.7.0 |
Improvements: - Make parameter 'acls' of method 'create' optional - Add static method 'dispatch' - Drop PHP-5 support (Issue #14) Bugs: - Fix segmentation fault found in PHP 7.3 |
0.6.4 |
Bugs: - Fix segmentation fault after destroying Zookeeper instance (Issue #32) |
0.6.3 |
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) |