summaryrefslogtreecommitdiff
path: root/sapi/fuzzer/fuzzer-sapi.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
| | | | | | | We're starting to see a mix between uses of zend_bool and bool. Replace all usages with the standard bool type everywhere. Of course, zend_bool is retained as an alias.
* Add experimental "execute" fuzzerNikita Popov2020-08-271-1/+2
| | | | | | | This is an end-to-end fuzzer that executes arbitrary PHP code. We replace the executor with a finite-step executor to avoid getting stuck in loops or recursion.
* Extract some common fuzzer codeNikita Popov2020-06-301-2/+4
|
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Various improvements to fuzzer SAPIsNikita Popov2019-09-161-0/+2
|
* Add fuzzer SAPIs to the coreStanislav Malyshev2019-09-161-0/+22