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

Reply via email to