Giving Marc K props for crazy bitshifting in PHP binary protocol
authorMark Slee <mcslee@apache.org>
Thu, 1 Mar 2007 00:37:56 +0000 (00:37 +0000)
committerMark Slee <mcslee@apache.org>
Thu, 1 Mar 2007 00:37:56 +0000 (00:37 +0000)
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

index 4caab3f..9aa3083 100644 (file)
@@ -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 {