andreiz / php-zookeeper

A PHP extension for interfacing with Apache ZooKeeper
Other
449 stars 215 forks source link

stat is null when get a node which holds null data #29

Closed chaosue closed 10 years ago

chaosue commented 10 years ago

$zk->get('node_with_null_data', null, $stat); //$stat = null

ryanuber commented 10 years ago

Good catch - thanks for the bug report. I have submitted a fix in a pull request (referenced above).