Home Page

Home Page
How to Search the Query

Tuesday 11 March 2014

PHP Installation or upgradation on Linux Machine

Procedure to install or upgrade PHP 5.3.3 on Linux Machine.

Steps to installed Offline PHP installation :
Download PHP 5.3.3 Tar file from the Internet using below links :
link 1 - PHP_5.3.3.tar
link 2 - PHP_5.3.3.tar

Commands to proceed the installation -
copy PHP_5.3.3.tar file on the local machine using WinSCP or share drive
Untar the tar file use below command
tar -xvf PHP_5.3.3.tar
Then copy or move Unzipped/untar Folder in "usr/opt"
cd /usr/opt
cd PHP_5.3.3
./configure
make
make install

Installation will take 2/3 mint to upgrade or install the services.
once the installation complete kindly check the installation status or PHP status using below command
command : php -v

 
Searches Related Links:
how to install php 5.3.3 on linux machine 
php installation steps for linux redhat machine
how to upgrade php in redhat linux machine
php installation on unix
steps to install php on linux machine
how to install offline php on redhat linux machine
offline installation for php on redhat linux machine
php configuration & upgradation on linux machine 

No comments:

Post a Comment

Thank you for logging in.. Waiting for your valuable views.