update php version in Easyapache4

nisamudeen97

Well-Known Member
Jul 7, 2010
59
5
58
Cochin
cPanel Access Level
Root Administrator
we have several cpanel servers with easyapche 4. i wanted to update some php versions, but it does not work for me. I tried to do it myself using yum update ea-php55 but change does not reflect.

I mean php 5.5 and 5.6 need the latest versions. Now php 5.5 is 5.5.30 whereas the latest version is now 5.5.35 and 5.6 is also old. How do we get these versions updated...?
 

nisamudeen97

Well-Known Member
Jul 7, 2010
59
5
58
Cochin
cPanel Access Level
Root Administrator
found solution myself


yum list |grep ea-php55
ea-php55.x86_64 5.5.35-1.1 @EA4

I could also see updates for php using the command "yum update |grep ea-php55" and update will work if we use the command "yum update ea-php55-*"