Skip to content

Releases: php-zookeeper/php-zookeeper

Release v0.6.3

23 Jan 01:23
Compare
Choose a tag to compare

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)

Release v0.5.0

23 Jan 01:21
Compare
Choose a tag to compare

Improvements:

  • Add method 'close'

php-zookeeper-0.5.x will be the last series which supports PHP 5.x.

Release v0.4.0

08 Jun 06:41
Compare
Choose a tag to compare
Release v0.4.0 Pre-release
Pre-release

Bugs:

  • Fix segmentation fault due to improperly implemented threading (PR #13)

Improvements:

  • Add function 'zookeeper_dispatch'

Release v0.3.2

31 Mar 06:14
Compare
Choose a tag to compare

Bugs:

  • Fix duplicate symbols (PR #10)

Release v0.3.1

23 Jan 08:42
Compare
Choose a tag to compare
Release v0.3.1 Pre-release
Pre-release

Bugs:

Release v0.3.0

18 Nov 14:58
Compare
Choose a tag to compare
Release v0.3.0 Pre-release
Pre-release

Bugs:

  • Fix session warning with PHP 7.1 (Issue #4)

Improvements:

  • Support PHP-7 (PR #1)
  • Support exceptions (PR #2)

Release v0.2.3

07 Nov 01:37
Compare
Choose a tag to compare

Bugs:

  • Fix 'Node with null data cause php segfault at Zookeeper::get($path)' (AZ Issue #21)
  • Fix 'Stat is null when get a node which holds null data' (AZ Issue #29)
  • Fix 'Wrong type conversion in function call' (Thanks to Dmitry Faleychikfadimko@gmail.com, AZ PR #42)
  • Fix AZ PR #44 (Thanks to jeff.tanglikeytom@gmail.com)
  • Fix AZ Issue #27 (--with-libdir not honoured, Thanks to Remi Collet)
  • Return null after zoo_exists returning 0-length directly (AZ PR #45)

Improvements:

  • Respect null's when passed as values during set(), create(), and get() (Thanks to Ryan Uberru@ryanuber.com, AZ PR #22)
  • Make extension compatible with Zookeeper 3.5.0alpha (Thanks to Ryan Uberru@ryanuber.com, AZ PR #28 N #48)
  • Display ini entries in phpinfo()