• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

PHP Curl Update

PandoraT

New Pleskian
PHP Curl Version: 7.19.7
PHP Last Curl Version: 7.51.0
Server: Plesk Panel 12.5 Centos 6.8

I updated server curl, I checking server curl version
curl -V
curl 7.51.0 (x86_64-pc-linux-gnu) libcurl/7.51.0
But PHP curl version is still 7.19
how to update php curl version?
 
But PHP curl version is still 7.19
how to update php curl version?
It is not curl, it is curl module of php and this module is a part of plesk-phpXX package:

# rpm -qf /opt/plesk/php/7.0/lib/php/modules/curl.so
plesk-php70-7.0.12-centos6.16101411.i686
 
Then how to update php version curl, do we need to custom compile php withnew curl or does the system curl.so can be moved to php- xxx modules path and usable
 
I'm looking for a solution to this as well. I have updated the system curl and libcurl, but all examples of php in Plesk are not recognizing the new version. phpinfo() shows old version.

Are there tips to makes everything consistent?
 
Back
Top