summaryrefslogtreecommitdiff
path: root/ext/json/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/config.m4')
-rw-r--r--ext/json/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/config.m4 b/ext/json/config.m4
index 805330cea5..fb87a93992 100644
--- a/ext/json/config.m4
+++ b/ext/json/config.m4
@@ -14,7 +14,7 @@ PHP_NEW_EXTENSION(json,
json_encoder.c \
json_parser.tab.c \
json_scanner.c,
- $ext_shared)
+ $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
PHP_INSTALL_HEADERS([ext/json], [php_json.h])
PHP_ADD_MAKEFILE_FRAGMENT()
PHP_SUBST(JSON_SHARED_LIBADD)