From 40e08311e50b222c7d44d92ea106c25e8a28c781 Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Sat, 22 Jul 2006 15:33:02 +0000 Subject: [PATCH] MFH: enable by default --- ext/json/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ""); -- 2.50.1