-
Notifications
You must be signed in to change notification settings - Fork 6
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
HHVM 3.26 issues #198
Comments
The one above is caused by |
The first is caused e.g. by passing a function to an anonymous class constructor, filed facebook/hhvm#8215 for this. |
Currently running with HHVM and HHVM nightly set to ignore on Travis CI (see 655a8eb) |
Fixed by adding the following line to .travis.yml in 26a409c: before_script:
- if [[ $TRAVIS_PHP_VERSION = "hhvm"* ]]; then echo hhvm.hack_compiler_default=false > /etc/hhvm/php.ini; fi |
Both issues have been fixed 👍 |
Travis-CI still uses 3.26: $ php --version
HipHop VM 3.26.3 (rel)
Compiler: 1527193722_085567627
Repo schema: dc75304c16203f920fb91693cc129f17cf05ee80 |
With HHVM 3.25:
With HHVM 3.26
Also, another error spread out over a bunch of classes:
The text was updated successfully, but these errors were encountered: