release 1.1.0
[m6w6/ext-json_post] / config.w32
1 ARG_ENABLE("json-post", "enable json_post support", "no");
2
3 if (PHP_JSON_POST != "no") {
4 EXTENSION("json_post", "php_json_post.c");
5 }