rotto Posted December 13, 2006 Share Posted December 13, 2006 Hi,I would just like to know how should I go about to upgrade from php 5.x to 5.2.0 ?Any info will be much appreciated.Thanks Quote Link to comment Share on other sites More sharing options...
Zane Posted December 13, 2006 Share Posted December 13, 2006 locate your current PHP folder and rename it to [itsCurrentName]OLDunzip php 5.2.0 to [itsCurrentName]and copy all the DLLs in the NEW php root directory to the Apache/bin directoryoverwriting existing onespretty much it..if you had any thing changed in your OLD php.ini filego get it and replace copy over the NEW one.your php.ini file goes in the Apache/bin folder as well Quote Link to comment Share on other sites More sharing options...
rotto Posted December 13, 2006 Author Share Posted December 13, 2006 Thanks, sorry I didnt specify, its on a Windows server.Do I just copy aswell? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted December 13, 2006 Share Posted December 13, 2006 Just download the php5.2.0 zip package from php.net and extract the contents of the zip to your old PHP folder and overwrite all existing files. Thats it. PHP is now upgraded.No need to copy any dlls to the Apache/bin directory, that depends on your setup. I dont advise moving any files from the php folder. Keep them where they are. 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.