Skip to content

Commit 9038823

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix GH-13978: Fuzzer readme still mentions obsolete --enable-json flag (#13983)
2 parents 812d19d + 093d334 commit 9038823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fuzzer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When running `make` it creates these binaries in `sapi/fuzzer/`:
2626
* `php-fuzz-parser`: Fuzzing language parser and compiler
2727
* `php-fuzz-unserialize`: Fuzzing unserialize() function
2828
* `php-fuzz-unserializehash`: Fuzzing unserialize() for HashContext objects
29-
* `php-fuzz-json`: Fuzzing JSON parser (requires --enable-json)
29+
* `php-fuzz-json`: Fuzzing JSON parser
3030
* `php-fuzz-exif`: Fuzzing `exif_read_data()` function (requires --enable-exif)
3131
* `php-fuzz-mbstring`: Fuzzing `mb_convert_encoding()` (requires `--enable-mbstring`)
3232
* `php-fuzz-mbregex`: Fuzzing `mb_ereg[i]()` (requires --enable-mbstring)

0 commit comments

Comments
 (0)