Swader / diffbot-php-client

[Deprecated - Maintenance mode - use APIs directly please!] The official Diffbot client library
MIT License
53 stars 20 forks source link

Handle Cases in Product where Text Does Not Exist #62

Closed justinyost closed 6 years ago

justinyost commented 6 years ago

There are cases where returning a Product Entity, the text field does not exist. This catches that issue.

Resolves Issue #61

justinyost commented 6 years ago

Error in Travis Build is related to a change that has occurred in evaluating urls with the filter_var, note here https://3v4l.org/NERQ1 up to PHP 5.6.27 this would have been false, but now evaluates as true starting in PHP 5.6.28 and forward. Possibly related this bug fix in PHP https://bugs.php.net/bug.php?id=73192 Here are the notes for PHP 5.6.28 https://secure.php.net/ChangeLog-5.php#5.6.28

Swader commented 6 years ago

Thank you! Will change travis setup.

justinyost commented 6 years ago

Thanks @Swader points to you.