• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Question CURL update: phpinfo still showing old version

Andreas2022

New Pleskian
Server operating system version
Linux 4.18.0 (AlmaLinux 8.7)
Plesk version and microupdate number
Plesk Obsidian Version 18.0.48
Hello,
I've upgraded CURL via SSH terminal successfully to version 7.86.0, but phpinfo (PHP vers. 8.1.13) is still showing the old version of CURL 7.61.1.
What must I do, to bring PHP and new CURL together?
Thank you very much in advance!
Andreas
 
Yes, that's the reason.

However, php-curl is a dedicated Plesk module:

# rpm -qf /opt/plesk/php/8.1/lib64/php/modules/curl.so
plesk-php81-8.1.12-0redhat.8.221031.0931.x86_64

How did you run the phpinfo test?
 
Last edited:
You have to compile libcurl manually to get a more recent version.

But before you do, please read this:
 
Ok, I understand. Unfortunately I'm an absolute beginner in handling linux-commands, but I urgently need the curl-update. Could you tell me, please, what exactly I need to do to compile libcurl manually?
 
Back
Top