[
https://issues.apache.org/jira/browse/THRIFT-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14953231#comment-14953231
]
ASF GitHub Bot commented on THRIFT-2412:
----------------------------------------
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.
----
> D: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol
> ---------------------------------------------------------------
>
> Key: THRIFT-2412
> URL: https://issues.apache.org/jira/browse/THRIFT-2412
> Project: Thrift
> Issue Type: Sub-task
> Components: D - Library
> Reporter: Jens Geyer
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)