ABCD-DEVCOM / ABCD2

ABCD v2.x based on CISIS
11 stars 20 forks source link

Fix error "Function utf8_decode() is deprecated in..." #492

Closed rogercgui closed 1 year ago

rogercgui commented 1 year ago

After some reports on recent installations using Xampp with PHP 8.2, it was necessary to replace utf8_decode() with mb_convert_encoding() as suggested by the post: https://php.watch/versions/8.2/utf8_encode-utf8_decode-deprecated.

unnamed