Jump to content

Version Updation


ansarka

Recommended Posts

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 day

Now i would like to upgrade my version of php and mysql
to php 5 and mysql 5

Will it affect the working of current sites

Wheather the upgradation of version wil effect in loss of data
or will it affect any php codes

Link to comment
https://forums.phpfreaks.com/topic/9459-version-updation/
Share on other sites

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...
Link to comment
https://forums.phpfreaks.com/topic/9459-version-updation/#findComment-34858
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.