You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/03/31 19:59:15 UTC

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

    [ https://issues.apache.org/jira/browse/THRIFT-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955450#comment-13955450 ] 

Hudson commented on THRIFT-2439:
--------------------------------

FAILURE: Integrated in Thrift #1103 (See [https://builds.apache.org/job/Thrift/1103/])
THRIFT-2439 Bug in TProtocolDecorator Class causes parsing errors (jensg: rev d21032ad409d54aea30a78be2e3eaa04e9bda231)
* lib/php/lib/Thrift/Protocol/TProtocolDecorator.php


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