split off pecl_http
[m6w6/ext-json_post] / config.w32
diff --git a/config.w32 b/config.w32
new file mode 100644 (file)
index 0000000..8dd5152
--- /dev/null
@@ -0,0 +1,5 @@
+ARG_ENABLE("json-post", "enable json_post support", "no");
+
+if (PHP_JSON_POST != "no") {
+       EXTENSION("json_post", "php_json_post.c");
+}