Open lanthaler opened 10 years ago
The reason for the failing tests is that HHVM doesn't support stream notification callbacks (yet): https://github.com/facebook/hhvm/issues/2903
Looks like PHP 7.0 fails as well. The code should be updated to work with both HHVM and PHP 7.0.
pull request for php7 - https://github.com/lanthaler/JsonLD/pull/73
Thanks a lot @zobzn
Based on this announcement, HHVM will likely not support PHP in the future:
2018-12-03: branch cut: expect PHP code to stop working with master and nightly builds after this date
Currently, a lot of tests fail. Investigate the reason and fix it or file a bug for HHVM.