File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / json / config.w32
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 22 01:31:52 2013 UTC (11 years ago) by misho
Branches: php, MAIN
CVS tags: v5_4_29p0, v5_4_29, v5_4_20p0, v5_4_20, v5_4_17, HEAD
5.4.17

// $Id: config.w32,v 1.1.1.3 2013/07/22 01:31:52 misho Exp $
// vim:ft=javascript

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");
	PHP_INSTALL_HEADERS("ext/json/", "php_json.h");
}


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>