Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong msg in PHP5.6 #77

Open
halokid opened this issue Oct 14, 2016 · 1 comment
Open

wrong msg in PHP5.6 #77

halokid opened this issue Oct 14, 2016 · 1 comment

Comments

@halokid
Copy link

halokid commented Oct 14, 2016

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~

@Timandes
Copy link
Contributor

Timandes commented Jan 1, 2018

Any new updates here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants