php-src/ext/json/config.w32

11 lines
274 B
Plaintext
Raw Normal View History

// $Id$
// vim:ft=javascript
2006-07-22 15:33:02 +00:00
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 utf8_to_utf16.c", "json");
}