From adde9687c6b09af70a65c88764fd1ee3422d9163 Mon Sep 17 00:00:00 2001 From: Mark Slee Date: Thu, 1 Mar 2007 00:37:56 +0000 Subject: [PATCH] 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 --- lib/php/src/protocol/TBinaryProtocol.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.17.1