andreiz / php-zookeeper

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

Undefined method Zookeeper::close() #9

Closed quipo closed 12 years ago

quipo commented 12 years ago

https://github.com/andreiz/php-zookeeper/blob/master/zookeeper-api.php seems to suggest there's a close() method, but I'm getting a PHP fatal error when calling it.

Can't see it in php_zookeeper.c either.

andreiz commented 12 years ago

Do you need this method for something? Might have been a mistake to include it, when I was fleshing out the API.

quipo commented 12 years ago

Not really, I just wanted to clean up resources properly, unsetting the object is fine.

quipo commented 12 years ago

Closed by commit 29fca7039614bf5527b184d6ae1f3e38060f3e23 (pull req #11)