diff options
| author | bef | 2016-10-14 13:50:30 +0200 |
|---|---|---|
| committer | GitHub | 2016-10-14 13:50:30 +0200 |
| commit | 7e2d510b9cdd68784fd64bbf73843d4595462d63 (patch) | |
| tree | 3d1a4a968df53787b43741ea4fb4fdc41f49602d /config.m4 | |
| parent | 1a2cb68a847f08f934aba2b256a3098fdfae81df (diff) | |
| parent | 293d017aad39263403cb981af0a81c3a7984c1e3 (diff) | |
Merge pull request #107 from devnexen/master
adding pledge's call wrapper, allowing most of the promises.
Diffstat (limited to 'config.m4')
| -rw-r--r-- | config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
| 7 | if test "$PHP_SUHOSIN" != "no"; then | 7 | if 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) |
| 9 | fi | 9 | fi |
| 10 | 10 | ||
| 11 | PHP_ARG_ENABLE(suhosin-experimental, whether to enable experimental suhosin features, | 11 | PHP_ARG_ENABLE(suhosin-experimental, whether to enable experimental suhosin features, |
