summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-10-15 18:25:19 +0200
committerAnatol Belski <ab@php.net>2014-10-15 18:25:19 +0200
commit5747327775517b331448ef2094ec83ef08fcc54c (patch)
tree5a162de5b5e8a4796c1ab95365f958a29d5199be
parent2bddd58d32b0eac53d98132f28de24c8688a1a54 (diff)
parentdd85f3ae1c5d8ea14e6bc61fde4c109a0b1b3a35 (diff)
downloadphp-git-5747327775517b331448ef2094ec83ef08fcc54c.tar.gz
Merge branch 'native-tls' of git.php.net:php-src into native-tls
* 'native-tls' of git.php.net:php-src: one more file to enable static tsrmls
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 531df9d002..bf770dddc7 100644
--- a/configure.in
+++ b/configure.in
@@ -1475,7 +1475,7 @@ case $host_alias in
PHP_ADD_BUILD_DIR(netware)
;;
*)
- PHP_ADD_SOURCES_X(/main, internal_functions_cli.c,, PHP_BINARY_OBJS)
+ PHP_ADD_SOURCES_X(/main, internal_functions_cli.c, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1, PHP_BINARY_OBJS)
;;
esac