This Short Guide shows you Exactly How to Install a Complete PHP Environment on CentOS 6.
You will need a Basic Familiarity with the Command Line Utility.
Is Important you Carefuly Follow the Instructions Contained in the Guide.
-
Open a Terminal Window
(Press “Enter” to Execute Commands) -
To Check for Existing PHP Packages on CentOS 6:
yum list | grep php
-
Like Example of a PHP Environment Installation Command look:
sudo yum install php php-pear php-gd php-mysql php-tidy php-common php-pdo php-pgsql