# php-fuzzing-sapi **Repository Path**: mirrors_php/php-fuzzing-sapi ## Basic Information - **Project Name**: php-fuzzing-sapi - **Description**: PHP Fuzzing SAPI - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Fuzzing SAPI for PHP Installation For installation put this code into a directory sapi/fuzzer inside a PHP source tree, then run `./buildconf` and `./configure` PHP using the --enable-fuzzer switch. You need llvm/clang's libFuzzer to be around. When running `make` it creates these binaries in `sapi/fuzzer/`: * php-fuzz-parser - fuzzing language parser * php-fuzz-unserialize - fuzzing unserialize() function * php-fuzz-json - fuzzing JSON parser * php-fuzz-exif - fuzzing exif_read_data() function (use --enable-exif) * php-fuzz-mbstring - fuzzing mb_ereg[i] (requires --enable-mbstring)