THRIFT-1067. php: Tons of bugs in php implementation
authorBryan Duxbury <bryanduxbury@apache.org>
Tue, 22 Feb 2011 18:20:13 +0000 (18:20 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Tue, 22 Feb 2011 18:20:13 +0000 (18:20 +0000)
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 [new file with mode: 0644]

diff --git a/lib/php/src/ext/thrift_protocol/config.w32 b/lib/php/src/ext/thrift_protocol/config.w32
new file mode 100644 (file)
index 0000000..e0f273f
--- /dev/null
@@ -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")
+}