You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2014/05/27 00:42:02 UTC

[jira] [Closed] (THRIFT-2439) Bug in TProtocolDecorator Class causes parsing errors

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

Jens Geyer closed THRIFT-2439.
------------------------------


> Bug in TProtocolDecorator Class causes parsing errors
> -----------------------------------------------------
>
>                 Key: THRIFT-2439
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2439
>             Project: Thrift
>          Issue Type: Bug
>          Components: PHP - Library
>    Affects Versions: 0.9.2
>            Reporter: Gianluca Bargelli
>            Assignee: Jens Geyer
>             Fix For: 0.9.2
>
>         Attachments: thrift-2439.patch
>
>
> TProtocolClassDecorator's readMapBegins calls a *wrong* method causing *parsing errors*:
> {code}
>     public function readMapBegin(&$keyType, &$valType, &$size)
>     {
>         $this->concreteProtocol_->readFieldEnd($keyType, $valType, $size);
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)