From e7f541396715ee2895abcf73044b91ae9b746201 Mon Sep 17 00:00:00 2001 From: xXx-caillou-xXx Date: Wed, 20 Dec 2017 18:09:53 +0100 Subject: Better parsing of the rules Thanks to this huge commit from @xXx-caillou-xXx, we can now write amazingly flexible rules.--- src/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.m4') diff --git a/src/config.m4 b/src/config.m4 index 8fa22c5..b2c6ed5 100644 --- a/src/config.m4 +++ b/src/config.m4 @@ -5,7 +5,7 @@ sources="snuffleupagus.c sp_config.c sp_config_utils.c sp_harden_rand.c" sources="$sources sp_unserialize.c sp_utils.c sp_disable_xxe.c sp_list.c" sources="$sources sp_disabled_functions.c sp_execute.c sp_upload_validation.c" sources="$sources sp_cookie_encryption.c sp_network_utils.c tweetnacl.c" -sources="$sources sp_config_keywords.c" +sources="$sources sp_config_keywords.c sp_var_parser.c sp_var_value.c sp_tree.c" PHP_ARG_ENABLE(snuffleupagus, whether to enable snuffleupagus support, [ --enable-snuffleupagus Enable snuffleupagus support]) -- cgit v1.3