Closed
Description
Hi,
i'm trying to upgrade my app to php7. I used libevent and the matching pecl extension which is not available anymore for php7
What would you recommend ?
- use the libevent extension fork from https://github.com/expressif/pecl-event-libevent ?
- use LibEvLoop (https://github.com/m4rw3r/php-libev) last commit is from 2013 so i doubt it is ready for php7
- use the pecl event extension which seems to be ready for php7 (i have not tried) https://pecl.php.net/package-changelog.php?package=event&release=2.1.0
Did some of you make the switch already ?
What solution did you choose ?
Thank you for the effort in ReactPHP