From f1ed92696906c8796936754a3cdea5740d79639c Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Tue, 22 Feb 2011 18:20:13 +0000 Subject: [PATCH] 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 --- lib/php/src/ext/thrift_protocol/config.w32 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/php/src/ext/thrift_protocol/config.w32 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") +} -- 2.17.1