• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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