Steps to upgrade PHP version in Windows VPS

kumkumsharma

Administrator
Staff member
According to requirement we have to upgrade PHP version for our web applications. But the important thing is to update the PHP version without affecting the current websites.

In this situation we have to upgrade PHP version 5.3 to 5.4, let’s see few steps:
  • First login to Windows VPS and after login download the zip file for lastest PHP version 5.4.
  • Now navigate to at C:\Program Files (x86)\PHP\v5.3 location in your VPS server.
  • Here you will find the folder v5.3, so you have to rename it or remove it.
  • To download latest version create new folder with name v5.3.
  • You should extract Zip file into your new folder v5.3.
  • Find php.ini-production file in v5.3 folder and rename with php.ini.
 
Top