summaryrefslogtreecommitdiff
path: root/ext/recode/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/recode/config.m4')
-rw-r--r--ext/recode/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/recode/config.m4 b/ext/recode/config.m4
index 8507577607..537da2ead2 100644
--- a/ext/recode/config.m4
+++ b/ext/recode/config.m4
@@ -59,5 +59,5 @@ recode_format_table();
PHP_ADD_INCLUDE($RECODE_DIR/$RECODE_INC)
PHP_SUBST(RECODE_SHARED_LIBADD)
AC_CHECK_HEADERS(stdbool.h)
- PHP_NEW_EXTENSION(recode, recode.c, $ext_shared)
+ PHP_NEW_EXTENSION(recode, recode.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
fi