tags:

views:

1190

answers:

3

Hi,

I would like to know how you upgrade PHP in Xampp for Windows? I tried to download the latest PHP version from the main PHP site but when I check (phpinfo) I still get that the previous version is still in use.

Please advise.

Thanks

+1  A: 

I think you need to actually download and install XAMPP with the desired PHP version. I dont think you can just upgrade the components of XAMPP individually unless there is a facility provided for this within XAMPP itself.

prodigitalson
A: 

take backup of ur htdocs and data folder(subfolder of mysql folder) and reinstall upgrade version and replace these folder.

neverSayNo
Worked perfectly, Thanks a lot
Stanley Ngumo
A: 

There are newer beta versions of Xampp that come with newer PHP upgrades.

you should check at www.apachefriends.org

Andrés