From 62e8daf1d6e4ac7e591867bf6b8edb28c41597fd Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Sat, 22 Jul 2006 15:32:17 +0000 Subject: enable by default --- ext/json/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/json/config.w32') diff --git a/ext/json/config.w32 b/ext/json/config.w32 index fa001d308c..a3559e08b7 100644 --- a/ext/json/config.w32 +++ b/ext/json/config.w32 @@ -1,7 +1,7 @@ // $Id$ // vim:ft=javascript -ARG_WITH("json", "JavaScript Object Serialization support", "no"); +ARG_ENABLE("json", "JavaScript Object Serialization support", "yes"); if (PHP_JSON != "no") { EXTENSION('json', 'json.c', PHP_JSON_SHARED, ""); -- cgit v1.2.1