andreiz / php-zookeeper

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

when I use while foreach the get and getchildren function, It is error... #41

Open yuchao86 opened 9 years ago

yuchao86 commented 9 years ago

when I use while foreach the get and getchildren function, It is error...

PHP Fatal error: Non-static method Zookeeper::get() cannot be called statically in /root/source/EdjZkConfig.php on line 68

Fatal error: Non-static method Zookeeper::get() cannot be called statically in /root/source/EdjZkConfig.php on line 68 PHP Warning: Unknown: error: zookeeper is closing in Unknown on line 0

Warning: Unknown: error: zookeeper is closing in Unknown on line 0 段错误 (core dumped)

Timandes commented 9 years ago

Could you post your codes, please?