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 2017/12/14 13:56:17 UTC

[jira] [Closed] (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 ]

James E. King, III closed THRIFT-3896.
--------------------------------------

> 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
>            Assignee: James E. King, III
>            Priority: Minor
>             Fix For: 0.11.0
>
>         Attachments: test.php
>
>
> Give a key like '2345',  in php script,  
> {noformat}array('2345'=>'value'){noformat}
>  will be processed to 
> {noformat}array(2345=>'value'){noformat}
> The extension now deserialized data {noformat}{'2345':'value'}{noformat} 
> to 
> {noformat}array('2345'=>'value'){noformat}
>  and php code can not access the key by {noformat}$arr['2345']{noformat}.
> Attachment is a simple script that reproduce this situation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)