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/php_snuffleupagus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/php_snuffleupagus.h') diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index f80ae66..008a480 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h @@ -43,6 +43,7 @@ #include "sp_utils.h" #include "sp_crypt.h" #include "sp_session.h" +#include "sp_sloppy.h" extern zend_module_entry snuffleupagus_module_entry; -- cgit v1.3