We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158d308 commit 5609701Copy full SHA for 5609701
ext/json/config.w32
@@ -1,7 +1,7 @@
1
// vim:ft=javascript
2
3
EXTENSION('json', 'json.c', false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
4
-
+PHP_JSON="yes";
5
ADD_SOURCES(configure_module_dirname, "json_encoder.c json_parser.tab.c json_scanner.c", "json");
6
7
ADD_MAKEFILE_FRAGMENT();
0 commit comments