diff options
| author | jvoisin | 2018-07-09 07:37:58 +0000 |
|---|---|---|
| committer | xXx-caillou-xXx | 2018-07-09 09:37:58 +0200 |
| commit | 5da3a92492bf169e62367d954cfa7432bee51fed (patch) | |
| tree | 2e094ed1a5a8400269c48c520539b7dac28ced27 /src/sp_sloppy.h | |
| parent | ca3be84076521c4bb053511775c94c0b195aeac8 (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/sp_sloppy.h')
| -rw-r--r-- | src/sp_sloppy.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/sp_sloppy.h b/src/sp_sloppy.h new file mode 100644 index 0000000..c01b77c --- /dev/null +++ b/src/sp_sloppy.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #ifndef SP_SLOPPY_H | ||
| 2 | #define SP_SLOPPY_H | ||
| 3 | #include "php_snuffleupagus.h" | ||
| 4 | #include "zend_vm.h" | ||
| 5 | |||
| 6 | void hook_sloppy(); | ||
| 7 | |||
| 8 | #endif | ||
