I am currently using centOS 5.2 I want to install php 5.3.3. how do I install using yum?
|
feedback
|
migrated from stackoverflow.com Mar 26 '11 at 14:08
This question came from our site for professional and enthusiast programmers.
|
To install a specific version, just ask to yum to install the package with its full name. For example, if the fullname of php-5.3.3 is 'php-5.3.3-1.el5.remi.x86_64.rpm' :
For more information, you can read this small article : http://www.zulius.com/how-to/yum-install-specific-package-version | |||||
feedback
|
|
What happens when you run I use this repository. | |||
|
feedback
|
|
You have to first add a repository that has PHP 5.3. In this case you can use the webtatic one
Then execute the following:
Install PHP:
| |||
|
feedback
|