Thrift now works in PHP, hot stuff
Summary: End to end communication working in Thrift with PHP
Problem: It's a bit slower than pillar still. Need to find out why.
Reviewed By: aditya
Test Plan: Unit tests are in the test directory. Get lucas on the PHP case...
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664720 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compiler/Makefile b/compiler/Makefile
index 938ef50..26a8b31 100644
--- a/compiler/Makefile
+++ b/compiler/Makefile
@@ -36,7 +36,8 @@
SRC_FILES = main.cc \
generate/t_generator.cc \
generate/t_cpp_generator.cc \
- generate/t_java_generator.cc
+ generate/t_java_generator.cc \
+ generate/t_php_generator.cc
# Autogenerated files
GEN_FILES = thrift.tab.hh \