summaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)Author
2022-05-20Bump the changelogv0.8.2jvoisin
2022-05-17Fix ZTS buildLuc Vieillescazes
2022-05-17Only set orig_register_server_variables onceRemi Collet
2022-05-16Bump the changelogv0.8.1jvoisin
2022-05-16Don't run disabled_functions_param_str_representation_php8 on php7jvoisin
2022-05-15Bump the changelogv0.8.0jvoisin
2022-05-15Fix a possible null-pointer dereferencejvoisin
2022-05-15Silence a false positive in gccjvoisin
2022-05-06Silence a compiler warningjvoisin
2022-05-06Bump sp_config_scanner.cached.cjvoisin
2022-05-06Another constify passjvoisin
2022-05-06Snuffleupagus' parser is compatible with re2c 3jvoisin
2022-05-03More const frenzyjvoisin
2022-05-03Small code formatting fixjvoisin
2022-05-03Two more constjvoisin
2022-05-03Even more constjvoisin
2022-05-03Constify a bit sp_var_value.cjvoisin
2022-05-03Speed up a tiny bit `sp_parse_var`jvoisin
2022-05-03Help the compiler to optimize sp_do_hash_hmac_sha256 a morejvoisin
2022-05-03Add a `const`jvoisin
2022-05-02Add more tests for php8jvoisin
2022-04-17Fix dom-related test on Debian 11 on PHP7.4jvoisin
2022-03-29Fix compilation on old systemsjvoisin
2022-03-28Use `AC_PROG_CC` to make compilers behave correctlyjvoisin
2022-03-20Install re2c in the CIjvoisin
2022-03-20Modernize the m4 filejvoisin
2022-03-20Fix compilation on PHP<7.2jvoisin
2022-03-20Merge remote-tracking branch 'sektioneins/master'jvoisin
2022-03-20fixed trigger logic to parameter matchingBen Fuhrmannek
2022-03-20stricter config checksBen Fuhrmannek
2022-02-05added config dump/export for use with other toolsBen Fuhrmannek
2022-02-05sp_list lengthBen Fuhrmannek
2022-02-05introduced sp_regexp / store original regexBen Fuhrmannek
2022-02-05convert cidr to stringBen Fuhrmannek
2022-01-12removed redundant tests + minor fixesBen Fuhrmannek
2022-01-12make session support a runtime check instead of compile timeBen Fuhrmannek
2022-01-12fixed potential oob readBen Fuhrmannek
2022-01-12fixed compiler warning + better warning messageBen Fuhrmannek
2022-01-11fixed incorrect test descriptionBen Fuhrmannek
2022-01-11removed a few newlinesBen Fuhrmannek
2022-01-11made xml a runtime requirement instead of compile timeBen Fuhrmannek
2022-01-11fixed test caseBen Fuhrmannek
2022-01-11handle opcache test case failureBen Fuhrmannek
2022-01-11skip test if pcntl is missingBen Fuhrmannek
2022-01-10removed some debugging outputBen Fuhrmannek
2022-01-07proper test case cleanupBen Fuhrmannek
2022-01-07fixed invalid return valueBen Fuhrmannek
2022-01-06prevent double checks and fixed segfault on return value accessBen Fuhrmannek
2022-01-06make tests for running tests w/ and w/o debug modeBen Fuhrmannek
2022-01-06added stderr debug output option to configure instead of CFLAGSBen Fuhrmannek