Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fb40c19
)
Giving Marc K props for crazy bitshifting in PHP binary protocol
author
Mark Slee
<mcslee@apache.org>
Thu, 1 Mar 2007 00:37:56 +0000
(
00:37
+0000)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/lib/php/src/protocol/TBinaryProtocol.php
b/lib/php/src/protocol/TBinaryProtocol.php
index
4caab3f
..
9aa3083
100644
(file)
--- 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 {