You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/01/07 20:12:00 UTC

[jira] [Updated] (THRIFT-1580) thrift type i64 java to php serialize/deserealize not working

     [ https://issues.apache.org/jira/browse/THRIFT-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King III updated THRIFT-1580:
--------------------------------------
    Priority: Major  (was: Critical)

> 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: Major
>
> 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)