History log of /PHP-8.2/ext/mbstring/tests/htmlent_encoding.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# fa83a8e1 27-Jun-2022 Alex Dowad

Fix new conversion filter for HTML entities

While fuzzing the new mb_decode_numericentity implementation, I discovered
that the fast conversion filter for 'HTML-ENTITIES' did not correct

Fix new conversion filter for HTML entities

While fuzzing the new mb_decode_numericentity implementation, I discovered
that the fast conversion filter for 'HTML-ENTITIES' did not correctly
handle an empty named entity ('&;'), nor did it correctly handle
invalid named entities whose names were a prefix of a valid entity.
Also, it did not correctly handle the case where a named entity is
truncated and another named entity starts abruptly.

show more ...


# 3fda9f50 24-Apr-2022 Alex Dowad

Implement fast text conversion interface for HTML-ENTITIES