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:
8d2b238
)
Fix TType.php problem
author
Mark Slee
<mcslee@apache.org>
Tue, 7 Nov 2006 23:03:00 +0000
(23:03 +0000)
committer
Mark Slee
<mcslee@apache.org>
Tue, 7 Nov 2006 23:03:00 +0000
(23:03 +0000)
Reviewed By: martin
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664866
13f79535
-47bb-0310-9956-
ffa450edef68
lib/php/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/php/Makefile.am
b/lib/php/Makefile.am
index
0521c77
..
a33d927
100644
(file)
--- a/
lib/php/Makefile.am
+++ b/
lib/php/Makefile.am
@@
-1,8
+1,7
@@
thrift_SCRIPTS = src/Thrift.php
protocol_SCRIPTS = src/protocol/TProtocol.php \
- src/protocol/TBinaryProtocol.php \
- src/protocol/TType.php
+ src/protocol/TBinaryProtocol.php
transport_SCRIPTS = src/transport/TTransport.php \
src/transport/TBufferedTransport.php \