To enable PHP Intl (Internationalization extension) on a cPanel server, PECL can be used.
pecl install intl
On a plain RHEL/CentOS/Fedora, PHP Intl can be install using yum
yum install php-intl
On Ubuntu, PHP Intl can be install using apt-get
apt-get install php5-intl
Restart Apache and it should work fine.
That’s it
Categories: cPanel WHM, Fedora, Hosting Control Panels, Operating System, PHP, RedHat, Ubuntu






