Page 1 of 1

update only php on xampp

PostPosted: 05. August 2011 15:43
by antharaz
i've scanned a vps with nessus and i foud this vul:

Synopsis: The remote web server uses a version of PHP that is affected by
multiple vulnerabilities.

Description
According to its banner, the version of PHP 5.3.x installed on the
remote host is older than 5.3.6.


PS:.. The xampp version installed is the latest :X

How can i upate only the php of xampp?

Re: update only php on xampp

PostPosted: 05. August 2011 17:45
by Altrea
Short answer: you can't update any of the core single component on it's own with XAMPP.

Re: update only php on xampp

PostPosted: 07. August 2011 02:00
by hackattack142
I don't see why you wouldn't be able to update individual components if you are familiar with them. I have manually updated my apache, phpmyadmin, mysql, and filezilla server in XAMPP. With that said, you cannot just blindly overwrite them.

You could also consider trying the new XAMPP beta. It has updated versions of most of the programs including the latest version of PHP. You can grab it here: http://www.apachefriends.org/en/xampp-beta.html

Re: update only php on xampp

PostPosted: 07. August 2011 04:51
by Sharley
To update the php in XAMPP you would need to know how to compile php into Apache as a module.

If you know how to do that then you would no doubt not need XAMPP but rather you could put together your own stack.

Re: update only php on xampp

PostPosted: 07. August 2011 08:19
by antharaz
My xampp version is 1.7.4, but i installed 1.7.5-beta and it's solved...

thanks you all :*