Tag archives: php

RSS feed of php

Install LAMP Stack on CentOS 6

Install LAMP Stack on CentOS 6

LAMP stack is an open source solution for building dynamic web sites and web applications. The acronym LAMP is derived from the software used which includes, Linux, Apache, MySQL, and PHP.

In this guide we will install a LAMP Server on CentOS 6. Note: you will need root privileges.


Step 1 – Install Apache

Setting ...

Read More


How to install php-mcrypt on CentOS 6

How to install php-mcrypt on CentOS 6

After installing tools like phpMyAdmin on CentOS 6, you see the following warning:

The mcrypt extension is missing. Please check your PHP configuration

Here's a quick guide to fix it.

You will need EPEL repo to install php-mcrypt:

yum -y install http://mirror.us.leaseweb.net/epel/6/x86_64/epel-release-6-7.noarch.rpm

yum -y install ...

Read More