• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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