I tried to update the cURL version of my VPS from 7.15.5 to 7.23.1.I got the result as below Loaded plugins: fastestmirror, protectbase Loading mirror speeds from cached hostfile * base: mirrors.finalasp.com * updates: mirror.cogentco.com * extras: mirror.teklinks.com 0 packages excluded due to repository protections Setting up Install Process Parsing package install arguments Package curl-7.15.5-15.el5.i386 already installed and latest version No package 7.23.1 available. Nothing to do But while I check the php info its returning the cURL version as libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
Hello there, The output is self explanatory, "Package curl-7.15.5-15.el5.i386 already installed and latest version". The repository that you are using is only pushing out this version, if you need a newer version, you need to either remove the existing and add the new in manually, or find/add a different repository that is carrying the newer version. Regards, Chris