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 7 support #8

Open
nogrp opened this issue Aug 13, 2015 · 1 comment
Open

PHP 7 support #8

nogrp opened this issue Aug 13, 2015 · 1 comment

Comments

@nogrp
Copy link

nogrp commented Aug 13, 2015

Hello Martin, do you plan to support PHP 7 by any chance?

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
@m4rw3r
Copy link
Owner

m4rw3r commented Mar 16, 2016

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants