summaryrefslogtreecommitdiff
path: root/src/sp_sloppy.c (unfollow)
AgeCommit message (Expand)Author
2022-08-21Fix sloppy comparisonjvoisin
2022-06-27Move compile_file and compile_string to sp_execute.cjvoisin
2021-10-21added some array initialization, just in case.Ben Fuhrmannek
2021-09-23config is stack allocated now + some code improvements (see details)Ben Fuhrmannek
2021-05-09Add some guard to prevent hooking recursionjvoisin
2021-01-01Constify a functionjvoisin
2020-11-30Fix an other type mismatch in zend_compile_stringjvoisin
2020-11-30Fix the type of zend_compile_string (#357)jvoisin
2020-07-04Run clang-format on the codebasejvoisin
2019-10-24Improve a bit the compatibility with php8jvoisin
2019-06-20Fix snufflepagus_globals linking issues and one mac compatibility issuebef
2019-06-19fix snufflepagus_globals linking issues and one mac compatibility issueBen Fuhrmannek
2019-02-23Try to unify the includesjvoisin
2019-02-23Add php8 to travis and fix php7.4jvoisin
2018-10-06Bump a bit the coveragejvoisin
2018-10-05Fix segfault array keyskkadosh
2018-09-03Fix #241 segfault on 32-bit related to bad protype (#242)Remi Collet
2018-08-28Fix some compilation warningsxXx-caillou-xXx
2018-08-28Add array_search and array_keys hooks to kill sloppy comparisonsxXx-caillou-xXx
2018-08-27Enable strict mode for `in_array` with sloppy_comparisonxXx-caillou-xXx
2018-08-09Fix a possible crash/hang in floppy-comparisonjvoisin
2018-07-13Fix an invalid readxXx-caillou-xXx
2018-07-13Massively optimize how rules are handledxXx-caillou-xXx
2018-07-09Trying to fix sloppy comparison (#186)jvoisin