-
Notifications
You must be signed in to change notification settings - Fork 18
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 7 support #8
Comments
cebe
added a commit
to cebe/event-loop
that referenced
this issue
Mar 1, 2016
- there is no `hhvm-nightly` anymore on travis travis-ci/travis-ci#3788 (comment) - add php 7 - `event` extension works - `libev` does not support PHP 7 (yet?) m4rw3r/php-libev#8 - `libevent` also does not support PHP 7 https://pecl.php.net/package/libevent
cebe
added a commit
to cebe/event-loop
that referenced
this issue
Mar 4, 2016
- there is no `hhvm-nightly` anymore on travis travis-ci/travis-ci#3788 (comment) - add php 7 - `event` extension works - `libev` does not support PHP 7 (yet?) m4rw3r/php-libev#8 - `libevent` also does not support PHP 7 https://pecl.php.net/package/libevent
I had a quick look at this today and it seems like PHP 7 made vast changes to the object system. It will take some time to actually go through the custom objects and the related code to update it to work with PHP7. And since I no longer work with PHP it might take a while before I get around to it myself. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Martin, do you plan to support PHP 7 by any chance?
The text was updated successfully, but these errors were encountered: