Page 1 of 1

Going from PHP 4 / mySQL 4 to PHP 5 / mySQL 5

Posted: Tue Sep 25, 2007 3:06 am
by DigiMon
Version of script: 0.94
What terms did you try when SEARCHING for a solution: php5 , mysql upgrades

Write your message below:

I have my Hesk installed and running great on Redhat Enterprise Linux 4 a server with the following config:

Apache 1.3.3.7
PHP 4.4.7
mySQL 4.0.27

The server is about to be upgraded to:

Apache 2.2
PHP 5.2.4
mySQL 5.0

My question is - will this affect my Hesk installation? (will it break it? will modifications need to be made?)

Thank you for any advice / information,
DigiMon

Posted: Tue Sep 25, 2007 2:29 pm
by Klemen
Should work fine, just make sure you make a backup of database before upgrading and don't forget to enable MySQL in PHP5 (not enabled by default).

Posted: Tue Sep 25, 2007 6:45 pm
by DigiMon
Great, thank you!