-
Notifications
You must be signed in to change notification settings - Fork 91
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
Segmentation Fault #51
Comments
It looks like you're using an unsupported beta of ext-libevent here? See also reactphp/event-loop#62 for more details. |
Thanks for your help. I have read that post before. But I still don't understand how I should fix it. Which libevent or any other event extensions should I install. I have followed some guild lines from google and compile the latest version of libevent which supported php 7.1 other people said. But still throwing SF. |
The beta of ext-libevent you're using is currently bugged, make sure to let the author of said guidelines know 👍 In the meantime, you may want to check out the "event" extension. We've seen reports of people successfully using this on PHP7, see also reactphp/event-loop#55 (comment). |
Thanks very much! It works great now. |
I want to connect to a websocket using PHP, but a segmentation fault is thrown.
Code:
Result:
Environment:
The text was updated successfully, but these errors were encountered: