You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Fei Dong (JIRA)" <ji...@apache.org> on 2016/08/10 03:39:20 UTC

[jira] [Updated] (THRIFT-3896) map data with number string key cannot access that deserialized by php extension

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

Fei Dong updated THRIFT-3896:
-----------------------------
    Summary: map<string,string> data with number string key cannot access that deserialized by php extension  (was: map<string,string> data with number string key cannot proccess with php extension)

> map<string,string> data with number string key cannot access that deserialized by php extension
> -----------------------------------------------------------------------------------------------
>
>                 Key: THRIFT-3896
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3896
>             Project: Thrift
>          Issue Type: Bug
>          Components: PHP - Library
>    Affects Versions: 0.9.3
>         Environment: php 5.5.9
>            Reporter: Fei Dong
>         Attachments: test.php
>
>
> Give a key like '2345',  in php script,  `array('2345'=>'value')` will be process to `array(2345=>'value')`
> The extension now process the key with number string still as  string.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)