You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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~
The text was updated successfully, but these errors were encountered:
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~
The text was updated successfully, but these errors were encountered: