web analytics

Geeks Terminal

          Linux | Open Source | Web Hosting and more..

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 :)

The author is a Linux System Administrator and likes to blog.

Facebook Twitter LinkedIn Google+ 


Find helpful? Spread it!

Comments are closed.