History log of /PHP-8.2/ext/mbstring/tests/qprint_encoding.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 5fee30b6 25-Jun-2022 Alex Dowad

Fix new conversion filter for QPrint (same order of check as legacy code)

Because of checking for maximum line length *before* certain other checks,
the new conversion filter for QPrint

Fix new conversion filter for QPrint (same order of check as legacy code)

Because of checking for maximum line length *before* certain other checks,
the new conversion filter for QPrint could produce different results from
the old one in some cases. This was discovered while fuzzing the new
implementation of mb_decode_numericentity.

show more ...


# 4afa7212 25-Apr-2022 Alex Dowad

Implement fast text conversion interface for QPrint