summaryrefslogtreecommitdiff
path: root/ext/json/config.m4
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-10-17 14:16:40 +0200
committerAnatol Belski <ab@php.net>2014-10-17 14:16:40 +0200
commitfea10f6a5e5ff4d22adea5fd04476a88d4f76db8 (patch)
treeaeb75efdddd8ae643662c88bef39faafacc8130a /ext/json/config.m4
parent83b8e281dba11f4a037dd5977812f84661fe895e (diff)
downloadphp-git-fea10f6a5e5ff4d22adea5fd04476a88d4f76db8.tar.gz
ext/iconv, ext/json and ext/session use static tsrmls pointer
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 26c43a0e3f..6861a62a1f 100644
--- a/ext/json/config.m4
+++ b/ext/json/config.m4
@@ -9,7 +9,7 @@ if test "$PHP_JSON" != "no"; then
AC_DEFINE([HAVE_JSON],1 ,[whether to enable JavaScript Object Serialization support])
AC_HEADER_STDC
- PHP_NEW_EXTENSION(json, json.c utf8_decode.c JSON_parser.c, $ext_shared)
+ PHP_NEW_EXTENSION(json, json.c utf8_decode.c JSON_parser.c, $ext_shared, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
PHP_INSTALL_HEADERS([ext/json], [php_json.h])
PHP_SUBST(JSON_SHARED_LIBADD)
fi