diff options
| author | Ben Fuhrmannek | 2021-08-07 22:33:21 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-08-07 22:33:21 +0200 |
| commit | 26ee817a0e5a2bed4994fd4efc13e7f5106ca55c (patch) | |
| tree | 5cb9d274592fa4869c10a25affec977ce8b778a8 /src/config.m4 | |
| parent | 51c020904f25ac7400e4db2e5174edc8c49fcb43 (diff) | |
PHP7 compatibility
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 1410565..9778820 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" | 10 | sources="$sources sp_ini.c sp_php_compat.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]) |
