Lines Matching refs:enable
4 The following `./configure` options can be used to enable the fuzzing SAPI, as well as all availabl…
10 --enable-fuzzer \
12 --enable-debug-assertions \
13 --enable-address-sanitizer \
14 --enable-exif \
15 --enable-mbstring
18 …on is required to avoid a linking failure. The `--enable-debug-assertions` option can be used to e…
20 You can combine fuzzing with `--enable-address-sanitizer`, `--enable-undefined-sanitizer` or `--ena…
30 * `php-fuzz-exif`: Fuzzing `exif_read_data()` function (requires --enable-exif)
31 * `php-fuzz-mbstring`: Fuzzing `mb_convert_encoding()` (requires `--enable-mbstring`)
32 * `php-fuzz-mbregex`: Fuzzing `mb_ereg[i]()` (requires --enable-mbstring)
34 * `php-fuzz-function-jit`: Fuzzing the function JIT (requires --enable-opcache)
35 * `php-fuzz-tracing-jit`: Fuzzing the tracing JIT (requires --enable-opcache)