ansarka Posted May 10, 2006 Share Posted May 10, 2006 In my current server i am using php 4.1 and mysql 3 .The server is running many web site whichis very popular and has huge hit ever dayNow i would like to upgrade my version of php and mysqlto php 5 and mysql 5 Will it affect the working of current sitesWheather the upgradation of version wil effect in loss of data or will it affect any php codes Quote Link to comment https://forums.phpfreaks.com/topic/9459-version-updation/ Share on other sites More sharing options...
448191 Posted May 10, 2006 Share Posted May 10, 2006 If you're really set on using php5, you can install php5 and bind it to *.php5 files. That way, all the old php3/4 files, with the extension *.php will still be parsed by php4, but you can create php5 apps by using the php5 extension...I did manage to do this succesfully on my testserver, but can't recall the exact procedure. I googled for it, so can you.I don't know what upgrading mysql would have for impact, but there is likely to be some, since it's a BIG upgrade from 3 to 5... Quote Link to comment https://forums.phpfreaks.com/topic/9459-version-updation/#findComment-34858 Share on other sites More sharing options...
redarrow Posted May 10, 2006 Share Posted May 10, 2006 i a had done this a wile back becouse i was using globels on php4 problams and php 5 is set to globel settings off the scripts wolud not work be carefull good luck. Quote Link to comment https://forums.phpfreaks.com/topic/9459-version-updation/#findComment-34869 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.