Search found 3 matches
- Mon Apr 11, 2011 7:31 pm
- Forum: PHP Help and Discussion
- Topic: Simple way to upgrade PHP to 5.2.x?
- Replies: 8
- Views: 15045
SOLVED - the SIMPLE way! Re: Simple way to upgrade PHP to 5.
Okay.... A download of all installed PHP 5.2.17 packages and yum localinstall php* brought up libt1.so.5 dependancy problems that I could not fix.... BUT, A little more googling found this, which resolves all dependecies and works bl00dy perfectly! yum update php* --exclude=php*5.3* ...basically, up...
- Sun Apr 10, 2011 6:21 pm
- Forum: PHP Help and Discussion
- Topic: Simple way to upgrade PHP to 5.2.x?
- Replies: 8
- Views: 15045
Re: Simple way to upgrade PHP to 5.2.x?
Thanks for the confirmation...
- Sat Apr 09, 2011 7:14 am
- Forum: PHP Help and Discussion
- Topic: Simple way to upgrade PHP to 5.2.x?
- Replies: 8
- Views: 15045
Simple way to upgrade PHP to 5.2.x?
Hi, Is there a SIMPLE way to select PHP 5.2.x packages instead of 5.3.x as the default PHP update now does with your repositories? ie like I did on another VPS in March... Like many(I suppose), while I now have requirements for PHP 5.2.x compatability, PHP 5.3.x just 'breaks' way too many applicatio...