jublo / codebird-php

Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.
https://www.jublo.net/projects/codebird/php
GNU General Public License v3.0
777 stars 235 forks source link

JSON_BIGINT_AS_STRING not implemented #132

Closed au-lait77 closed 8 years ago

au-lait77 commented 9 years ago

option JSON_BIGINT_AS_STRING not implemented - library/phc/tweetIt/codebird.php:1959

PHP Version 5.5.9

mynetx commented 9 years ago

Thanks for pointing out occasional issues with JSON_BIGINT_AS_STRING. Please note that you can overcome this by upgrading your PHP JSON library, as outlined at http://stackoverflow.com/questions/19520487/json-bigint-as-string-removed-in-php-5-5.

This issue is not from Codebird itself, see various results: https://www.google.com/search?q=%22option+JSON_BIGINT_AS_STRING+not+implemented%22.

Does this help you?

mynetx commented 8 years ago

See #151.