PHP extension for interfacing with Apache ZooKeeper
This extension provides API for communicating with ZooKeeper service.
License: PHP
Version | Release | Download |
1.2.1 | 2023-03-09 | zookeeper-1.2.1.tgz |
1.2.0 | 2023-02-21 | zookeeper-1.2.0.tgz |
1.0.0 | 2021-06-25 | zookeeper-1.0.0.tgz |
0.7.2 | 2019-12-11 | zookeeper-0.7.2.tgz |
0.7.1 | 2019-03-08 | zookeeper-0.7.1.tgz |
Version | Message |
1.2.1 |
Bugs: - Fix compilation error with PHP 7.0 (Thanks to erikn69, GH PR #57) |
1.2.0 |
Improvements: - Make extension compatible with PHP 8.2 (Thanks to Federico J. Álvarez Valero and erikn69, GH PR #55, #56) |
1.0.0 |
Improvements: - Make extension compatible with Zookeeper 3.6 (Thanks to camporter, GH PR #43) - Make extension compatible with PHP 8 (Thanks to John P. Bloch, GH PR #44) |
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) |