summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h
diff options
context:
space:
mode:
authorjvoisin2018-07-09 07:37:58 +0000
committerxXx-caillou-xXx2018-07-09 09:37:58 +0200
commit5da3a92492bf169e62367d954cfa7432bee51fed (patch)
tree2e094ed1a5a8400269c48c520539b7dac28ced27 /src/php_snuffleupagus.h
parentca3be84076521c4bb053511775c94c0b195aeac8 (diff)
Trying to fix sloppy comparison (#186)
* Trying to fix sloppy comparison https://github.com/nbs-system/snuffleupagus/issues/10 by modifying php's opcode
Diffstat (limited to 'src/php_snuffleupagus.h')
-rw-r--r--src/php_snuffleupagus.h1
1 files changed, 1 insertions, 0 deletions
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 @@
43#include "sp_utils.h" 43#include "sp_utils.h"
44#include "sp_crypt.h" 44#include "sp_crypt.h"
45#include "sp_session.h" 45#include "sp_session.h"
46#include "sp_sloppy.h"
46 47
47 48
48extern zend_module_entry snuffleupagus_module_entry; 49extern zend_module_entry snuffleupagus_module_entry;