diff options
| author | Rob Richards <rrichards@php.net> | 2006-07-22 15:32:17 +0000 |
|---|---|---|
| committer | Rob Richards <rrichards@php.net> | 2006-07-22 15:32:17 +0000 |
| commit | 62e8daf1d6e4ac7e591867bf6b8edb28c41597fd (patch) | |
| tree | 098703b4ef00d82671fc42f1a7e00ab6522b2869 | |
| parent | 770b92198f1b5c93b282811378998ede3cdcc314 (diff) | |
| download | php-git-62e8daf1d6e4ac7e591867bf6b8edb28c41597fd.tar.gz | |
enable by default
| -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, ""); |
