diff options
author | Anatol Belski <ab@php.net> | 2014-10-15 18:25:19 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-10-15 18:25:19 +0200 |
commit | 5747327775517b331448ef2094ec83ef08fcc54c (patch) | |
tree | 5a162de5b5e8a4796c1ab95365f958a29d5199be | |
parent | 2bddd58d32b0eac53d98132f28de24c8688a1a54 (diff) | |
parent | dd85f3ae1c5d8ea14e6bc61fde4c109a0b1b3a35 (diff) | |
download | php-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.in | 2 |
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 |