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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.