Chen Zhiming created THRIFT-3885:
------------------------------------

             Summary: PHP: Error when readI64 in TCompactProtocol
                 Key: THRIFT-3885
                 URL: https://issues.apache.org/jira/browse/THRIFT-3885
             Project: Thrift
          Issue Type: Bug
          Components: PHP - Library
    Affects Versions: 0.9.3, 0.9.2, 0.9.1, 0.9, 0.8, 0.7
         Environment: all
            Reporter: Chen Zhiming


In line 618 of readI64 of TCompactProtocol, the number of shift bit is error. 
It must be
$hi |= (($byte & 0x7f) >> (7 - ($shift - 25)));



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

Reply via email to