lanthaler / JsonLD

JSON-LD processor for PHP
MIT License
336 stars 61 forks source link

Support HHVM #50

Open lanthaler opened 10 years ago

lanthaler commented 10 years ago

Currently, a lot of tests fail. Investigate the reason and fix it or file a bug for HHVM.

lanthaler commented 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

lanthaler commented 8 years ago

Looks like PHP 7.0 fails as well. The code should be updated to work with both HHVM and PHP 7.0.

zobzn commented 8 years ago

pull request for php7 - https://github.com/lanthaler/JsonLD/pull/73

lanthaler commented 8 years ago

Thanks a lot @zobzn

k00ni commented 4 years ago

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