From: Mark Slee Date: Thu, 1 Mar 2007 00:37:56 +0000 (+0000) Subject: Giving Marc K props for crazy bitshifting in PHP binary protocol X-Git-Tag: 0.2.0~1436 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=adde9687c6b09af70a65c88764fd1ee3422d9163;p=common%2Fthrift.git Giving Marc K props for crazy bitshifting in PHP binary protocol Reviewed By: marc git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665036 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/php/src/protocol/TBinaryProtocol.php b/lib/php/src/protocol/TBinaryProtocol.php index 4caab3f8..9aa30832 100644 --- a/lib/php/src/protocol/TBinaryProtocol.php +++ b/lib/php/src/protocol/TBinaryProtocol.php @@ -14,8 +14,8 @@ /** * Binary implementation of the Thrift protocol. * - * @package thrift.protocol * @author Mark Slee + * @author Marc Kwiatkowski */ class TBinaryProtocol extends TProtocol {