How to install php on CentOS 7
Step 1: To install php and other required modules
sudo yum install php php-mysql php-gd php-pear
Step 2: Start the apache(httpd) to make effect
sudo systemctl restart httpd.service
sudo yum install php php-mysql php-gd php-pear
Step 2: Start the apache(httpd) to make effect
sudo systemctl restart httpd.service
Comments
Post a Comment