Daily Archives: February 19, 2018

How to Install Any PHP Extension On CentOs

First of all, you have to enable remi repository: Follow step on this website. Backup of Page Now search the available extensions :  Use Command -> yum search php- Above command will show all the available packages with name php. Now select the name of your extension according to your php version (php -version). Restart apache -> systemctl restart

Read More