summaryrefslogtreecommitdiff
path: root/src/tests/disabled_functions_variadic.phpt (follow)
AgeCommit message (Collapse)Author
2018-05-03Uniformise some logssimon MAGNIN-FEYSOT
This commit will make certain logs easier to parse.
2018-03-06Fix a variadic-functions-related crashjvoisin
Currently, we're not supporting virtual-patching on variadic functions. The commit makes it clear, and fix the related crash. This should close #157