diff options
| author | Stefan Esser | 2014-02-12 14:09:22 +0100 |
|---|---|---|
| committer | Stefan Esser | 2014-02-12 14:09:22 +0100 |
| commit | ba107ed8edb37412c3652ca8b17be78294d28ce4 (patch) | |
| tree | 0f183e04fef0a853f1a665095715f8d0df5fed6a /config.m4 | |
| parent | f0e22c0a4adc54a57264e1b212a5d5d8fee21b43 (diff) | |
We still need our own handlers for RFC1867 post uploads because PHP's filter system is strangely implemented.
Diffstat (limited to 'config.m4')
| -rw-r--r-- | config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5,5 +5,5 @@ 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 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, $ext_shared) |
| 9 | fi | 9 | fi |
