Koozali.org: home of the SME Server

Any update on a PHP5 rpm?

Offline mike_mattos

  • *
  • 313
  • +0/-0
Any update on a PHP5 rpm?
« Reply #30 on: August 20, 2006, 11:09:47 PM »
I got php5 and MySQL5 working on CentOS using the CentOS extras yum repositories.

I'm going to try it on SME very soon, will report back
...

Offline mike_mattos

  • *
  • 313
  • +0/-0
Any update on a PHP5 rpm?
« Reply #31 on: August 22, 2006, 07:24:23 PM »
yum update mysql seems to work 4.x becomes 5.x

yum update php kills php-mysql

phpmyadmin reports "cannot load mysql extension"
...

meofcourse

Any update on a PHP5 rpm?
« Reply #32 on: October 03, 2006, 08:41:55 PM »
Quote from: "mike_mattos"
yum update mysql seems to work 4.x becomes 5.x

yum update php kills php-mysql

phpmyadmin reports "cannot load mysql extension"



I ran into the same problems.  However, see the following link:
http://www.no.longer.valid/phpwiki/index.php/How-To%20upgrade%20to%20MySQL%205%20and%20PHP%205

To fix the php, all I had to do is follow his instructions starting with:
Code: [Select]
wget http://magicwilly.webhostingpal.com/SME7%20How%20To%20Files/PHP5/50PathsDirectories

hope this helps