I'm working with a RHEL5.1 box that has PHP 5.1.6 installed by default. I need to upgrade PHP to PHP 5.3.x.
Asked
Active
Viewed 3,020 times
1
-
3.x? Do you mean 5.3.x? – Renan Oct 09 '12 at 21:35
-
1Yes, sorry, edited my question to fix the mistake. – PJ McCormick Oct 09 '12 at 23:45
2 Answers
2
Remove your php* packages and install the corresponding php53* packages -- they've been in the channels since RHEL 5.4. You might need to add the RHEL 5 Server Optional sub-channel to your server's entitlement, if it's not already there.

jgoldschrafe
- 443
-
Thanks. Unfortunately I'm on RHEL 5.1. How else can I get the php53 packages? – PJ McCormick Oct 09 '12 at 23:46
2
- add a repo sourse that support php-5.3 you can see this link to know how to install a repo http://blog.famillecollet.com/pages/Config-en
[root@redhat~]# yum update php php-*
you also can compile php5.3 from sourse

user1644895
- 136