Browse Source

enable by default

migration/RELEASE_1_0_0
Rob Richards 20 years ago
parent
commit
62e8daf1d6
  1. 2
      ext/json/config.w32

2
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, "");

Loading…
Cancel
Save