From 5da3a92492bf169e62367d954cfa7432bee51fed Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 9 Jul 2018 07:37:58 +0000 Subject: Trying to fix sloppy comparison (#186) * Trying to fix sloppy comparison https://github.com/nbs-system/snuffleupagus/issues/10 by modifying php's opcode --- 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 a4fea4d..0165f87 100644 --- a/src/config.m4 +++ b/src/config.m4 @@ -6,7 +6,7 @@ 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 sp_var_parser.c sp_var_value.c sp_tree.c" -sources="$sources sp_pcre_compat.c sp_crypt.c sp_session.c" +sources="$sources sp_pcre_compat.c sp_crypt.c sp_session.c sp_sloppy.c" PHP_ARG_ENABLE(snuffleupagus, whether to enable snuffleupagus support, [ --enable-snuffleupagus Enable snuffleupagus support]) -- cgit v1.3