caxy / php-htmldiff

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML. Includes support for comparing complex lists and tables
http://php-htmldiff.caxy.com
GNU General Public License v2.0
202 stars 51 forks source link

TableDiff: Deprecated function mb_convert_encoding() in PHP 8.2 #123

Open kbasarab opened 7 months ago

kbasarab commented 7 months ago

I'm still getting this but for TableDiff:

Deprecated function: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in Caxy\HtmlDiff\Table\TableDiff->createDocumentWithHtml() (line 630 of /var/www/html/vendor/caxy/php-htmldiff/lib/Caxy/HtmlDiff/Table/TableDiff.php).

Originally posted by @Ambient-Impact in https://github.com/caxy/php-htmldiff/issues/120#issuecomment-1901592169