if LINE 26 is "class Zookeeper_Example extends Zookeeper",
it will case a memory wrong like "[1] 55536 segmentation fault php zk_example.php".
if LINE 26 is "class Zookeeper_Example"
it will case a PHP wrong like "PHP Fatal error: Using $this when not in object context in /opt/src/zk_example.php on line 55" .
so LINE 26 should be "class Zookeeper_Example extends Zookeeper", the problem may be in the extensiong zookeeper of PHP, in that C files??
i pull a request change the LINE 26, and i will see the extension file of zookeeper files, if i fix , i will update here, THX~
if LINE 26 is "class Zookeeper_Example extends Zookeeper", it will case a memory wrong like "[1] 55536 segmentation fault php zk_example.php".
if LINE 26 is "class Zookeeper_Example" it will case a PHP wrong like "PHP Fatal error: Using $this when not in object context in /opt/src/zk_example.php on line 55" .
so LINE 26 should be "class Zookeeper_Example extends Zookeeper", the problem may be in the extensiong zookeeper of PHP, in that C files??
i pull a request change the LINE 26, and i will see the extension file of zookeeper files, if i fix , i will update here, THX~