summaryrefslogtreecommitdiff
path: root/src/sp_execute.c (follow)
AgeCommit message (Expand)Author
2023-06-25Remove ZEND_HOTjvoisin
2023-04-12Make readonly_exec play nice on readonly filesystemsjvoisin
2022-12-10Even more changes to accomodate PHP8.2jvoisin
2022-12-09Portability improvements for PHP8.2jvoisin
2022-08-21Fix sloppy comparisonjvoisin
2022-07-20Merge branch 'master' into pr1BeF
2022-07-14Minor refactoringjvoisin
2022-07-12Refactoring of the previous commitjvoisin
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-12Log `eval` content when matching on its parameterjvoisin
2022-06-27Dump the eval'ed codejvoisin
2022-06-27Move compile_file and compile_string to sp_execute.cjvoisin
2022-04-19extended checks for readonly_exec, enabled by defaultBen Fuhrmannek
2022-04-19allow file:// prefix in include() wich readonly_exec modeBen Fuhrmannek
2022-01-07fixed invalid return valueBen Fuhrmannek
2022-01-06prevent double checks and fixed segfault on return value accessBen Fuhrmannek
2021-12-14fix: apply checks to internal function calls, too, so we can match internal c...Ben Fuhrmannek
2021-12-14fix: include class name in eval whitelist matchingBen Fuhrmannek
2021-11-30PHP 8.1 compatibility with streams/includes + fix for ticksBen Fuhrmannek
2021-09-23config is stack allocated now + some code improvements (see details)Ben Fuhrmannek
2021-09-15implemented execution depth limitBen Fuhrmannek
2021-08-16fincy new scanner/parser for config rules + fixed a few bugs along the way + ...Ben Fuhrmannek
2021-05-09Add some guard to prevent hooking recursionjvoisin
2020-11-12Simplify a bit a functionjvoisin
2020-08-16Remove a useless line of codejvoisin
2020-08-12Allow empty configuration (#342)jvoisin
2020-07-22refactoring sp_log_* (#340)Giovanni
2019-06-20Fix snufflepagus_globals linking issues and one mac compatibility issuebef
2019-02-23Try to unify the includesjvoisin
2018-10-09Don't check the return values of functions that might not return (#255)jvoisin
2018-10-06Add a missing opcode in sp_execute_exjvoisin
2018-10-06Coverage++jvoisin
2018-10-06Bump coverage againjvoisin
2018-10-06Bump coverage againjvoisin
2018-10-06Bump a bit the coveragejvoisin
2018-10-06Remove sp_terminate and bump a bit the coveragejvoisin
2018-08-30Minor code cleanupxXx-caillou-xXx
2018-08-30Match on ret improvementsxXx-caillou-xXx
2018-08-28Fix a SIGSEGV on user-created function's return valuexXx-caillou-xXx
2018-08-09Fix yet an other hang/crashjvoisin
2018-08-09Fix a typo in the previous commitsjvoisin
2018-08-09Fix a crash/hang when using fpm's poolsjvoisin
2018-07-13Yet an other pass of clang-formatjvoisin
2018-07-13Reduce call to get_complete_function_pathxXx-caillou-xXx
2018-07-13Massively optimize how rules are handledxXx-caillou-xXx
2018-07-09Trying to fix sloppy comparison (#186)jvoisin
2018-03-12Bump the changelogv0.2.2jvoisin
2018-03-08Marginally improve the performances when dealing with evaljvoisin
2018-03-05Improve performances by a significant factorjvoisin