diff options
| author | Ben Fuhrmannek | 2014-11-15 19:24:06 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-11-15 19:24:06 +0100 |
| commit | 9269000901c9ebba66433106da7e555b6b0d5fbb (patch) | |
| tree | 2bfc784b2abd1ccf87e9a62e80c9c2e96d57fb75 /config.m4 | |
| parent | 27a91c25d974b4c0ad948dd22a0a689c45dae9c8 (diff) | |
removed old PHP4 related code
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.c rfc1867_new.c log.c header.c execute.c ex_imp.c session.c aes.c compat_snprintf.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.c rfc1867_new.c log.c header.c execute.c ex_imp.c session.c aes.c crypt.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, |
