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

PHP Fatal Error on 1.5 version #4

Open
GoogleCodeExporter opened this issue Feb 2, 2016 · 2 comments
Open

PHP Fatal Error on 1.5 version #4

GoogleCodeExporter opened this issue Feb 2, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. agispeedy.php --verbose --debug
2. enable log_errors = On and error_log = syslog on php.ini
3. telnet localhost 4573

php: PHP Fatal error:  Using $this when not in object context in 
/usr/local/bin/agispeedy.php on line 569

Original issue reported on code.google.com by [email protected] on 3 Sep 2012 at 8:55

@GoogleCodeExporter
Copy link
Author

you can fiz it changuing the line for:$r = array($sock);
because $sock is used in other function, not only inside of de class of 
agispeedy.



Original comment by [email protected] on 17 Sep 2012 at 6:39

@GoogleCodeExporter
Copy link
Author

$r = array($sock); on line 569 did the trick. 

Original comment by [email protected] on 17 May 2013 at 3:59

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

No branches or pull requests

1 participant