lanthaler / JsonLD

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

Build failure with latest PHP #88

Closed LukasRos closed 5 years ago

LukasRos commented 6 years ago

Builds of my code that depends on JsonLD fail on Travis with the latest PHP nightly version (PHP 7.3.0-dev (cli) (built: Jan 19 2018 04:19:11)).

This is the error message:

Fatal error: Cannot use stdClass as Object because 'Object' is a special class name in /home/travis/build/CloudObjects/RDFUtilities/vendor/ml/json-ld/ML/JsonLD/JsonLD.php on line 12

LukasRos commented 6 years ago

Just realized that there's already a fix for that in #79. I'd appreciate if you could merge that PR.

osma commented 6 years ago

92 has a better fix

akuckartz commented 5 years ago

Support for JSON-LD in PHP (and Drupal) could be improved...