I have 3 servers 2 of which run CentOS 5.5, and one with 5.7. I was able to easily upgrade the PHP version to PHP 5.3.8 on the CentOS 5.5 boxes but was thwarted on the 5.7. Does anyone have any tips for how to get PHP 5.3.x installed on CentOS 5.7?
dev at nkmo.com said the following on 10/10/11 19:13:> I have 3 servers 2 of which run CentOS 5.5, and one with 5.7. I was able > to easily upgrade the PHP version to PHP 5.3.8 on the CentOS 5.5 boxes but > was thwarted on the 5.7. Does anyone have any tips for how to get PHP > 5.3.x installed on CentOS 5.7?What's the error you get? Ciao, luigi -- / +--[Luigi Rosa]-- \ Light travels faster than sound. This is why some people appear bright until you hear them speak.
On Wednesday, October 12, 2011 03:26:03 PM m.roth at 5-cent.us wrote:> > yum list *php* > > clean all might be a good idea, but I always use escaped wildcards, so > there's no chance of shell interaction. Works fine fer me. Here's the > first bit of what I get:Incidentally, kmail (for one MUA) renders an unescaped set of bracketing asterisks as above as being a trigger to bold the bracketed text, so it rendered as 'yum list <bold>php</bold>' here.... escaped asterisks don't do that.... It looked interesting seeing the php bolded in a command, though....