JsonLD icon indicating copy to clipboard operation
JsonLD copied to clipboard

Support HHVM

Open lanthaler opened this issue 11 years ago • 5 comments

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

lanthaler avatar Jan 08 '14 08:01 lanthaler

The reason for the failing tests is that HHVM doesn't support stream notification callbacks (yet): https://github.com/facebook/hhvm/issues/2903

lanthaler avatar Sep 22 '14 17:09 lanthaler

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

lanthaler avatar Dec 22 '15 12:12 lanthaler

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

zobzn avatar Aug 03 '16 09:08 zobzn

Thanks a lot @zobzn

lanthaler avatar Aug 25 '16 20:08 lanthaler

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

k00ni avatar Mar 03 '20 12:03 k00ni