summaryrefslogtreecommitdiff
path: root/src/sp_pcre_compat.h (follow)
AgeCommit message (Collapse)Author
2021-05-08Remove some memory-leaksjvoisin
2021-01-04Fix #368 build with system libpcreRemi Collet
2021-01-01Constify a functionjvoisin
2020-12-24Add PHP8 supportJulien Voisin
2020-12-13Get rid of pcre1jvoisin
2020-11-12Snuffleupagus now uses pcre2 by defaultjvoisin
2018-07-13Yet an other pass of clang-formatjvoisin
2018-07-13Massively optimize how rules are handledxXx-caillou-xXx
This commit does a lot of things: - Use hashtables instead of lists to store the rules - Rules that can be applied at launch time won't be tried at runtime - Improve feedback when writing nonsensical rules - Make intensive use of `zend_string` instead of `char*`
2018-02-05Compatibility layer for pcre2jvoisin
This should close #129