diff options
| author | Ben Fuhrmannek | 2021-09-16 11:32:41 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-09-16 11:32:41 +0200 |
| commit | 6e07cdb870513270a3c08abc7ecdca64ad2af400 (patch) | |
| tree | f9784435101f85d9ff0776c205421a7916b5854e /src/config.m4 | |
| parent | 31d6a3cddd18cef447698ba2beaa7b5d9ab9dd94 (diff) | |
ported server.strip and server.encode features from suhosin
Diffstat (limited to 'src/config.m4')
| -rw-r--r-- | src/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.m4 b/src/config.m4 index a2301fd..ddbd7a1 100644 --- a/src/config.m4 +++ b/src/config.m4 | |||
| @@ -7,7 +7,7 @@ sources="$sources sp_disabled_functions.c sp_execute.c sp_upload_validation.c" | |||
| 7 | sources="$sources sp_cookie_encryption.c sp_network_utils.c tweetnacl.c" | 7 | sources="$sources sp_cookie_encryption.c sp_network_utils.c tweetnacl.c" |
| 8 | sources="$sources sp_config_keywords.c sp_var_parser.c sp_var_value.c sp_tree.c" | 8 | sources="$sources sp_config_keywords.c sp_var_parser.c sp_var_value.c sp_tree.c" |
| 9 | sources="$sources sp_pcre_compat.c sp_crypt.c sp_session.c sp_sloppy.c sp_wrapper.c" | 9 | sources="$sources sp_pcre_compat.c sp_crypt.c sp_session.c sp_sloppy.c sp_wrapper.c" |
| 10 | sources="$sources sp_ini.c sp_php_compat.c sp_config_scanner.c" | 10 | sources="$sources sp_ini.c sp_php_compat.c sp_config_scanner.c sp_ifilter.c" |
| 11 | 11 | ||
| 12 | PHP_ARG_ENABLE(snuffleupagus, whether to enable snuffleupagus support, | 12 | PHP_ARG_ENABLE(snuffleupagus, whether to enable snuffleupagus support, |
| 13 | [ --enable-snuffleupagus Enable snuffleupagus support]) | 13 | [ --enable-snuffleupagus Enable snuffleupagus support]) |
