diff options
author | Rob Richards <rrichards@php.net> | 2006-07-22 15:33:02 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2006-07-22 15:33:02 +0000 |
commit | 40e08311e50b222c7d44d92ea106c25e8a28c781 (patch) | |
tree | f2ea338f96bc2821c7b6ef7edc31420fab60f0d4 /ext/json | |
parent | ff591e2cf013b82b20f839912e3b16a0c2d7b66e (diff) | |
download | php-git-40e08311e50b222c7d44d92ea106c25e8a28c781.tar.gz |
MFH: enable by default
Diffstat (limited to 'ext/json')
-rw-r--r-- | ext/json/config.w32 | 2 |
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, ""); |