-
Notifications
You must be signed in to change notification settings - Fork 61
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
Support HHVM #50
Comments
Issue #50 has been created to keep track of the failing tests.
The reason for the failing tests is that HHVM doesn't support stream notification callbacks (yet): facebook/hhvm#2903 |
Looks like PHP 7.0 fails as well. The code should be updated to work with both HHVM and PHP 7.0. |
Issue #50 tracks adding support for both PHP 7 and HHVM.
pull request for php7 - #73 |
Fix unit tests in PHP 7 This addresses #50
Thanks a lot @zobzn |
Based on this announcement, HHVM will likely not support PHP in the future:
|
Currently, a lot of tests fail. Investigate the reason and fix it or file a bug for HHVM.
The text was updated successfully, but these errors were encountered: