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 Link to comment https://forums.phpfreaks.com/topic/30470-how-to-upgrade-from-php-5x-to-520/ 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 Link to comment https://forums.phpfreaks.com/topic/30470-how-to-upgrade-from-php-5x-to-520/#findComment-140313 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? Link to comment https://forums.phpfreaks.com/topic/30470-how-to-upgrade-from-php-5x-to-520/#findComment-140317 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. Link to comment https://forums.phpfreaks.com/topic/30470-how-to-upgrade-from-php-5x-to-520/#findComment-140550 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.