Fix PHP 8.2 utf8_encode() Deprecated issue on HandlerFor403AccessDenied class

Created on 6 December 2023, 12 months ago
Updated 9 December 2023, 12 months ago

Problem/Motivation

This was addressed in PHP 8.2 to fix the utf8_encode() compatibility issue (3380518), but it may have inadvertently removed the support base path commit.

Proposed resolution

Follow the recommendation of official php documentation and replace the use of utf8_encode() with the mb_convert_encoding() function.

🐛 Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

🇯🇴Jordan Ahmad Khader

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024