From 9b2524415c06d627e0cf6cfd5e038271a9bea9e0 Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Fri, 22 Mar 2013 17:05:53 +0100 Subject: [PATCH] THRIFT-1861 PHP Makefile does not include TStringFuncFactory Patch: Logan Owen --- lib/php/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/php/Makefile.am b/lib/php/Makefile.am index d374cbce..fdb85588 100755 --- 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 -- 2.17.1