From: Bryan Duxbury Date: Tue, 22 Feb 2011 18:20:13 +0000 (+0000) Subject: THRIFT-1067. php: Tons of bugs in php implementation X-Git-Tag: 0.7.0~178 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=f1ed92696906c8796936754a3cdea5740d79639c;p=common%2Fthrift.git THRIFT-1067. php: Tons of bugs in php implementation Patch: Ruslan Usifov git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1073446 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/php/src/ext/thrift_protocol/config.w32 b/lib/php/src/ext/thrift_protocol/config.w32 new file mode 100644 index 00000000..e0f273f9 --- /dev/null +++ b/lib/php/src/ext/thrift_protocol/config.w32 @@ -0,0 +1,8 @@ +// $Id: config.w32 250404 2008-01-11 13:37:24Z rrichards $ +// vim:ft=javascript + +ARG_WITH("thrift_protocol", "whether to enable the thrift_protocol extension", "yes"); + +if (PHP_THRIFT_PROTOCOL == "yes"){ + EXTENSION("thrift_protocol", "php_thrift_protocol.cpp") +}