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.
2 parents 77582ec + 5609701 commit a9f6572Copy full SHA for a9f6572
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