summaryrefslogtreecommitdiff
path: root/config.m4
diff options
context:
space:
mode:
authorBen Fuhrmannek2014-11-15 19:14:15 +0100
committerBen Fuhrmannek2014-11-15 19:14:15 +0100
commit27a91c25d974b4c0ad948dd22a0a689c45dae9c8 (patch)
tree7d40dfc4e2031dac7dcb82b2871193f35b4a0fff /config.m4
parentab0ee5aa5235ed98ae75bbdaee83a96819d1e896 (diff)
parentaef9f391bd8ddb483adaac006f2ee74a6aded688 (diff)
Merge branch 'sesrec'
Diffstat (limited to 'config.m4')
-rw-r--r--config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config.m4 b/config.m4
index 01edafd..d71514d 100644
--- a/config.m4
+++ b/config.m4
@@ -5,7 +5,7 @@ PHP_ARG_ENABLE(suhosin, whether to enable suhosin support,
5[ --enable-suhosin Enable suhosin support]) 5[ --enable-suhosin Enable suhosin support])
6 6
7if test "$PHP_SUHOSIN" != "no"; then 7if test "$PHP_SUHOSIN" != "no"; then
8 PHP_NEW_EXTENSION(suhosin, suhosin.c sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867.c rfc1867_new.c log.c header.c execute.c ex_imp.c session.c aes.c compat_snprintf.c, $ext_shared) 8 PHP_NEW_EXTENSION(suhosin, suhosin.c sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867.c rfc1867_new.c log.c header.c execute.c ex_imp.c session.c aes.c compat_snprintf.c crypt.c, $ext_shared)
9fi 9fi
10 10
11PHP_ARG_ENABLE(suhosin-experimental, whether to enable experimental suhosin features, 11PHP_ARG_ENABLE(suhosin-experimental, whether to enable experimental suhosin features,