summaryrefslogtreecommitdiff
path: root/ext/json
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2006-07-22 15:33:02 +0000
committerRob Richards <rrichards@php.net>2006-07-22 15:33:02 +0000
commit40e08311e50b222c7d44d92ea106c25e8a28c781 (patch)
treef2ea338f96bc2821c7b6ef7edc31420fab60f0d4 /ext/json
parentff591e2cf013b82b20f839912e3b16a0c2d7b66e (diff)
downloadphp-git-40e08311e50b222c7d44d92ea106c25e8a28c781.tar.gz
MFH: enable by default
Diffstat (limited to 'ext/json')
-rw-r--r--ext/json/config.w322
1 files changed, 1 insertions, 1 deletions
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, "");