commit | adde9687c6b09af70a65c88764fd1ee3422d9163 | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | Thu Mar 01 00:37:56 2007 +0000 |
committer | Mark Slee <mcslee@apache.org> | Thu Mar 01 00:37:56 2007 +0000 |
tree | ff2b9df06f6ff6ee04a19d7325944539bf9a955d | |
parent | fb40c190caaccaa9ba56172092d49c455f23f51c [diff] |
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 4caab3f..9aa3083 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 <mcslee@facebook.com> + * @author Marc Kwiatkowski <marc@facebook.com> */ class TBinaryProtocol extends TProtocol {