[
https://issues.apache.org/jira/browse/THRIFT-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16724241#comment-16724241
]
James E. King III commented on THRIFT-1580:
-------------------------------------------
Still an issue?
> thrift type i64 java to php serialize/deserealize not working
> -------------------------------------------------------------
>
> Key: THRIFT-1580
> URL: https://issues.apache.org/jira/browse/THRIFT-1580
> Project: Thrift
> Issue Type: Bug
> Components: PHP - Library
> Affects Versions: 0.8
> Environment: "Ubuntu Server Cloud Guest 11.10 (Oneiric Ocelot)" -
> this for AWS
> Nginx + PHP5-FPM
> Reporter: Sergei Labutin
> Priority: Critical
>
> I create struct
> struct Request \{
> 1: optional i64 uid,
> 2: optional string name
> \}
> on java client make serealize. On PHP without extention deserealize and have
> uid as null.
> Any other types work normally:
> struct Request \{
> 1: optional i32 uid,
> 2: optional string name
> \}
> struct Request \{
> 1: optional string uid,
> 2: optional string name
> \}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)