Health Issue [The optional module, intl, is not installed, or has been disabled.]

#1
sir this problem shows on my website (The optional module, intl, is not installed, or has been disabled)
My PHP Version is 8.1.14 (Supports 64bit values).

I am this code applies (install) but does not solve the problem

Code:
apt-get update
apt-get install lsphp80-intl -y
killall lsphp
 
#2
And sir, please also tell me if there is going to be any problem on my website due to the code that I installed earlier.
this code install
Code:
apt-get update
apt-get install lsphp80-intl -y
killall lsphp
 
Top