index
:
snuffleupagus
85beta2
log2file
master
Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sp_sloppy.c
(
follow
)
Age
Commit message (
Expand
)
Author
2021-05-09
Add some guard to prevent hooking recursion
jvoisin
2021-01-01
Constify a function
jvoisin
2020-11-30
Fix an other type mismatch in zend_compile_string
jvoisin
2020-11-30
Fix the type of zend_compile_string (#357)
jvoisin
2020-07-04
Run clang-format on the codebase
jvoisin
2019-10-24
Improve a bit the compatibility with php8
jvoisin
2019-06-20
Fix snufflepagus_globals linking issues and one mac compatibility issue
bef
2019-02-23
Try to unify the includes
jvoisin
2019-02-23
Add php8 to travis and fix php7.4
jvoisin
2018-10-06
Bump a bit the coverage
jvoisin
2018-10-05
Fix segfault array keys
kkadosh
2018-09-03
Fix #241 segfault on 32-bit related to bad protype (#242)
Remi Collet
2018-08-28
Fix some compilation warnings
xXx-caillou-xXx
2018-08-28
Add array_search and array_keys hooks to kill sloppy comparisons
xXx-caillou-xXx
2018-08-27
Enable strict mode for `in_array` with sloppy_comparison
xXx-caillou-xXx
2018-08-09
Fix a possible crash/hang in floppy-comparison
jvoisin
2018-07-13
Fix an invalid read
xXx-caillou-xXx
2018-07-13
Massively optimize how rules are handled
xXx-caillou-xXx
2018-07-09
Trying to fix sloppy comparison (#186)
jvoisin