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:
4dd54b6
)
THRIFT-1861 PHP Makefile does not include TStringFuncFactory
author
Roger Meier
<roger@apache.org>
Fri, 22 Mar 2013 16:05:53 +0000
(17:05 +0100)
committer
Roger Meier
<roger@apache.org>
Fri, 22 Mar 2013 16:05:53 +0000
(17:05 +0100)
Patch: Logan Owen
lib/php/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/php/Makefile.am
b/lib/php/Makefile.am
index
d374cbc
..
fdb8558
100755
(executable)
--- a/
lib/php/Makefile.am
+++ b/
lib/php/Makefile.am
@@
-53,6
+53,7
@@
phpfactory_DATA = \
lib/Thrift/Factory/TCompactProtocolFactory.php \
lib/Thrift/Factory/TJSONProtocolFactory.php \
lib/Thrift/Factory/TProtocolFactory.php \
+ lib/Thrift/Factory/TStringFuncFactory.php \
lib/Thrift/Factory/TTransportFactory.php
phpprotocoldir = $(phpdir)/Protocol