summaryrefslogtreecommitdiff
path: root/ext/json/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/config.w32')
-rw-r--r--ext/json/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/config.w32 b/ext/json/config.w32
index cedbf42829..6e318c5d0d 100644
--- a/ext/json/config.w32
+++ b/ext/json/config.w32
@@ -5,7 +5,7 @@ ARG_ENABLE("json", "JavaScript Object Serialization support", "yes");
if (PHP_JSON != "no") {
EXTENSION('json', 'json.c', PHP_JSON_SHARED, "");
- ADD_SOURCES(configure_module_dirname, "JSON_parser.c utf8_decode.c", "json");
+ ADD_SOURCES(configure_module_dirname, "JSON_parser.c", "json");
PHP_INSTALL_HEADERS("ext/json/", "php_json.h");
}