summaryrefslogtreecommitdiff
path: root/config.m4
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-02-26 19:07:18 +0100
committerBen Fuhrmannek2016-02-26 19:07:18 +0100
commitadbeda7daaa6ff3a1fbc25d35cc62a1979214f7f (patch)
treeebbc74b74106fe4d4d5dcb6e760dc6cdbaa322c8 /config.m4
parent09d9dfaaa94c69125ceb388c69bc18237837eec9 (diff)
executor / include protection
Diffstat (limited to 'config.m4')
-rw-r--r--config.m46
1 files changed, 5 insertions, 1 deletions
diff --git a/config.m4 b/config.m4
index 6b78024..0e40aa2 100644
--- a/config.m4
+++ b/config.m4
@@ -5,8 +5,12 @@ PHP_ARG_ENABLE(suhosin7, whether to enable suhosin support,
5[ --enable-suhosin7 Enable suhosin support]) 5[ --enable-suhosin7 Enable suhosin support])
6 6
7if test "$PHP_SUHOSIN7" != "no"; then 7if test "$PHP_SUHOSIN7" != "no"; then
8 PHP_NEW_EXTENSION(suhosin7, suhosin7.c ifilter.c memory_limit.c aes.c treat_data.c log.c execute.c execute_ih.c crypt.c cookiecrypt.c header.c, $ext_shared,, -DZEND_ENABLE_STATIC_ACHE=1) 8 PHP_NEW_EXTENSION(suhosin7, suhosin7.c ifilter.c memory_limit.c aes.c treat_data.c log.c execute.c execute_ih.c crypt.c cookiecrypt.c header.c, $ext_shared,, [-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1])
9 PHP_ADD_EXTENSION_DEP(suhosin7, hash) 9 PHP_ADD_EXTENSION_DEP(suhosin7, hash)
10 echo "===== WARNING ============================================"
11 echo " Suhosin7 for PHP 7 is in alpha stage at the moment and"
12 echo " not ready for production yet."
13 echo "=========================================================="
10fi 14fi
11 15
12PHP_ARG_ENABLE(suhosin7-experimental, whether to enable experimental suhosin7 features, 16PHP_ARG_ENABLE(suhosin7-experimental, whether to enable experimental suhosin7 features,