-
Notifications
You must be signed in to change notification settings - Fork 3
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
PHP7 Support #3
Comments
Me too... |
FYI i'm actually trying to do so : https://github.com/expressif/pecl-event-libevent |
@ichiriac does it work yet? :) |
@marcj, just tried, it compiles and loads without error or warning, but I get random errors everywhere in use. |
@toverux libuv looks really great, I've migrated libevent for historic reasons (old legacy code) I'm looking for benchmarks to compare perfs of libuv vs libevent Another thread pointing in the same direction : facebook/hhvm#2047 (libevent seems a little old/dead) |
I try this :https://github.com/expressif/pecl-event-libevent , and get Segmentation fault: 11 error |
run with this demo : event_set($event, 0, EV_TIMEOUT, function() { event_add($event, 5000000); |
Hi
I'm wondering when this extension will be updated for PHP 7 and the new changes to it.
Thanks!
The text was updated successfully, but these errors were encountered: