summaryrefslogtreecommitdiff
path: root/config.m4
diff options
context:
space:
mode:
authorDavid Carlier2016-05-24 07:01:21 +0100
committerDavid Carlier2016-05-24 07:01:21 +0100
commita27df15eff8b9d971e0c2c7730125b5cf99dc683 (patch)
tree5b94c8a151c4105e5bd179cf2e881ba5e3b02504 /config.m4
parent765706eb5a01756542faf5609b303927bd6f43dc (diff)
adding pledge's call wrapper, allowing most of the promises.
this promises list might need to be adjusted over time.
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 c908de9..3c4c89d 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_new.c log.c header.c execute.c ex_imp.c session.c aes.c crypt.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_new.c log.c header.c execute.c ex_imp.c session.c aes.c crypt.c pledge.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,