Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON_BIGINT_AS_STRING error with php 5.5.3 #288

Closed
neoPix opened this issue Jan 7, 2015 · 2 comments
Closed

JSON_BIGINT_AS_STRING error with php 5.5.3 #288

neoPix opened this issue Jan 7, 2015 · 2 comments
Labels

Comments

@neoPix
Copy link

neoPix commented Jan 7, 2015

Updated the version with composer and got the following issue where JSON_BIGINT_AS_STRING isn't implemented properly:

json_decode(): option JSON_BIGINT_AS_STRING not implemented

I'm using php 5.5.3

@abraham
Copy link
Owner

abraham commented Jan 7, 2015

It looks like this was introduced to some Linux distributions due to LICENSE concerns and you are using an affected json-c PECL module.

My suggestion would be to use an newer version of the module.

https://stackoverflow.com/questions/19520487/json-bigint-as-string-removed-in-php-5-5

I'll look at conditionally supporting JSON_BIGINT_AS_STRING as well though.

@neoPix
Copy link
Author

neoPix commented Jan 7, 2015

Thanks for the quick answer 👍 .
The stackoverflow solution corrected it (Damn Ubuntu).

@neoPix neoPix closed this as completed Jan 7, 2015
@abraham abraham added the Misc label Jan 12, 2015
thaddeusmt pushed a commit to splashlab/twitteroauth that referenced this issue Jan 12, 2015
…enting the JSON_BIGINT_AS_STRING flag. Marked as issue abraham#288 in abraham's original GitHub repo.
thaddeusmt added a commit to splashlab/twitteroauth that referenced this issue Jan 12, 2015
…enting the JSON_BIGINT_AS_STRING flag. Marked as issue abraham#288 in abraham's original GitHub repo.
Repository owner locked and limited conversation to collaborators Dec 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants