Return to config.w32 CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / json |
1.1 misho 1: // $Id: config.w32 216887 2006-07-22 15:33:02Z rrichards $ 2: // vim:ft=javascript 3: 4: ARG_ENABLE("json", "JavaScript Object Serialization support", "yes"); 5: 6: if (PHP_JSON != "no") { 7: EXTENSION('json', 'json.c', PHP_JSON_SHARED, ""); 8: ADD_SOURCES(configure_module_dirname, "JSON_parser.c utf8_decode.c utf8_to_utf16.c", "json"); 9: } 10: