- Source code: sapi/fuzzer/CMakeLists.txt
Configure the fuzzer
PHP SAPI.
Note
This SAPI is not available when the target system is Windows.
- Default:
OFF
- Values:
ON|OFF
Enable the fuzzer SAPI module - PHP as Clang fuzzing test module (for developers). For relevant flags on newer Clang versions see https://llvm.org/docs/LibFuzzer.html#fuzzer-usage
- Default: empty
OSS-Fuzz: C++ compiler argument to link fuzz target against the prebuilt engine library (e.g. libFuzzer). Can be also environment variable. See https://google.github.io/oss-fuzz