GitHub user phongphan opened a pull request:
https://github.com/apache/thrift/pull/650
THRIFT-2412 UTF-8 sent by PHP as JSON is not understood.
The patch allow consuming json message from PHP prior to 5.4 which doesn't
have JSON_UNESCAPED_UNICODE flag.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/phongphan/thrift THRIFT-2412
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/650.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #650
----
commit 77ba6188b68fc299466b40d1d26f9747c4ce8a88
Author: Phongphan Phuttha <[email protected]>
Date: 2015-10-12T15:11:23Z
THRIFT-2412 UTF-8 sent by PHP as JSON is not understood.
The patch allow consuming json message from PHP prior to 5.4 which doesn't
have JSON_UNESCAPED_UNICODE flag.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---