summaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)Author
2023-06-25Remove ZEND_HOTjvoisin
2023-04-29Improve how the parser is generatedjvoisin
2023-04-12Make readonly_exec play nice on readonly filesystemsjvoisin
2023-04-04check during configure for NTS/ZTS buildRemi Collet
2023-02-02Url encode functions arguments when logging themjvoisin
2023-02-01Fix a possible NULL-byte truncation when outputting parameters in the logsjvoisin
2023-01-31Add sp.log_max_lenjvoisin
2023-01-04Fix the CI for PHP8.2jvoisin
2023-01-03Bump the changelogv0.9.0jvoisin
2022-12-11Remove the useless windows configuration filejvoisin
2022-12-11Add support for PHP8.2jvoisin
2022-12-10Fix a minor typo in the testsuitejvoisin
2022-12-10Even more changes to accomodate PHP8.2jvoisin
2022-12-09Portability improvements for PHP8.2jvoisin
2022-12-08Add unserialize_noclassjvoisin
2022-12-07Minor refactorjvoisin
2022-10-13Revert "Minor refactor"Patrick Allaert
2022-10-09Revert the previous commitjvoisin
2022-10-01Fix an overzealous `const`jvoisin
2022-08-27Bump the changelogv0.8.3jvoisin
2022-08-21Fix sloppy comparisonjvoisin
2022-07-20Merge branch 'master' into pr1BeF
2022-07-20fixed cookie config parsing with same cookie name (update instead of ignore)Ben Fuhrmannek
2022-07-20fixed mem leak while parsing cookie configBen Fuhrmannek
2022-07-20add disabled functions return type to config exportBen Fuhrmannek
2022-07-18Remove a superfluous conditionjvoisin
2022-07-18added config error for ini rules with identical keyBen Fuhrmannek
2022-07-18fixed crash when exporting function list (rare edge case problem)Ben Fuhrmannek
2022-07-17added full relro protection if the linker supports -zBen Fuhrmannek
2022-07-15Minor refactorjvoisin
2022-07-14Minor refactoringjvoisin
2022-07-13Remove some useless conditionsjvoisin
2022-07-13Even more const!jvoisin
2022-07-13More micro-optimizationsjvoisin
2022-07-13Minor micro-optimizationjvoisin
2022-07-13Remove some dead codejvoisin
2022-07-13Mix the stacktrace in the sha256 for the filename of .dump()jvoisin
2022-07-12Refactoring of the previous commitjvoisin
2022-07-12Disable extended checks for readonly_exec by defaultjvoisin
2022-07-12extended checks for readonly_exec, enabled by defaultBen Fuhrmannek
2022-07-12allow file:// prefix in include() wich readonly_exec modeBen Fuhrmannek
2022-07-12Constify some variablesjvoisin
2022-07-12Minor refactorisationjvoisin
2022-07-12Log `eval` content when matching on its parameterjvoisin
2022-06-27Minor code simplificationjvoisin
2022-06-27Dump the eval'ed codejvoisin
2022-06-27Move compile_file and compile_string to sp_execute.cjvoisin
2022-06-13Fix the CI on PHP8.0 and PHP8.1jvoisin
2022-05-20Bump the changelogv0.8.2jvoisin
2022-05-17Fix ZTS buildLuc Vieillescazes