Sam_Brown Posted March 9, 2010 Share Posted March 9, 2010 Basically I've inherited a webserver and I don't think it's been updated in a while. Anyway all the web work I've done in the past has all been on externally hosted servers so having to deal with keeping the server upto date is pretty new to me. So whats the best way to update PHP and most importantly how to make sure disruption is kept to a minimum and that all the settings are kept exactly the same \ files going. Apache we have is 2.0.54 and MySQL is 4.1.22 so do I HAVE to update these at the same time or can I do these at a later date? Quote Link to comment Share on other sites More sharing options...
Zane Posted March 9, 2010 Share Posted March 9, 2010 You're easiest route... safest.. less work.. etcetera. Would be to download Wampserver (assuming you're on windows) http://wampserver.com/en It's all up to date. All you have to do is save the files you want to save.. and put them in the www folder when it's all said and done. Because yes, I would recommend upgrading Apache and MySQL too and WAMPserver is a complete package with all the latest packages. Then, you can start your Wampserver and if you start to get errors... just fix them one at a time. Most likely though since it's just PHP 5.2.x you won't get that many if at all. I can't say the same for MySQL though. Quote Link to comment Share on other sites More sharing options...
trq Posted March 9, 2010 Share Posted March 9, 2010 From 5* to %* will be pretty straight forward. Copy C:\php to another location, download the 5.3.2 zip and unpack it into C:\php, adjust your php.ini and restart Apache. Quote Link to comment 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.