Need help updating php

Anyone know the easy way to update php database? I got this from my PCI compliance scan.



[COLOR=“Navy”]Synopsis : The remote web server uses a version of PHP that is affected by multiple flaws. Description : According to its banner, the version of PHP installed on the remote is older than 5.2.11. Such versions may be affected by several security issues : - An unspecified error occurs in certificate validation inside ‘php_openssl_apply_verification_policy’. - An unspecified input validation vulnerability affects the color index in ‘imagecolortransparent()’. - An unspecified input validation vulnerability affects exif processing. - An denial-of-service issue relates to ‘popen’ when invalid modes are passed.



Upgrade to PHP version 5.2.11 or later.
[/COLOR]

[quote name=‘taylorsnutriton’]Anyone know the easy way to update php database? I got this from my PCI compliance scan.



[COLOR=“Navy”]Synopsis : The remote web server uses a version of PHP that is affected by multiple flaws. Description : According to its banner, the version of PHP installed on the remote is older than 5.2.11. Such versions may be affected by several security issues : - An unspecified error occurs in certificate validation inside ‘php_openssl_apply_verification_policy’. - An unspecified input validation vulnerability affects the color index in ‘imagecolortransparent()’. - An unspecified input validation vulnerability affects exif processing. - An denial-of-service issue relates to ‘popen’ when invalid modes are passed.



Upgrade to PHP version 5.2.11 or later.
[/COLOR][/QUOTE]



This all depends on your system on how to upgrade php. Give us more details about your system to be able to help you. The certificate validation in php_openssl_apply_verification_policy was fixed in php 5.2.11 among other things.

[quote name=‘gasngrills’]This all depends on your system on how to upgrade php. Give us more details about your system to be able to help you. The certificate validation in php_openssl_apply_verification_policy was fixed in php 5.2.11 among other things.[/QUOTE]



Let me know what you are talking about in reference to system…We are on Linux now if that helps.

[quote name=‘taylorsnutriton’]Let me know what you are talking about in reference to system…We are on Linux now if that helps.[/QUOTE]



What I meant is to give little more info about you enviroment, operating system, dedicated or shared, current version of PHP.

Okay got it fixed. Hosting provider upgraded it for me. thanks!