Hello,
My Server Config is DO + CentOS 7 + LS Ent + Cyber Panel Ent
One of My Web App Shows a Warning in Backend Dashboard.
When I checked my Sites PHP Info, By Creating a Info.php file
Using this Code
I came to Understand, My Server Having cURL Version 7.29
and My Web App requires min 7.36
I run this command
The reply comes as NO Package to Update.
While I was searching online, I found some Links
https://qiita.com/tkprof/items/5460b8d603cbbc542c8c
https://serverfault.com/questions/321321/upgrade-curl-to-latest-on-centos
And, Some Forums says...
IF I Update cURL, I need to change the Library and Compile PHP ( Seems Something Complicated )
So,
I'm a little bit confused about this.
Can you please suggest me a safe method to Update my cURL?
Thanks.
My Server Config is DO + CentOS 7 + LS Ent + Cyber Panel Ent
One of My Web App Shows a Warning in Backend Dashboard.
Code:
You do not have the cURL PHP extension loaded or it is running a version less than 7.36. Enabling the cURL module provides a more efficient and reliable library for making connections from your website to other websites.
Using this Code
PHP:
<?php phpinfo(); ?>
and My Web App requires min 7.36
I run this command
Code:
yum update curl
While I was searching online, I found some Links
https://qiita.com/tkprof/items/5460b8d603cbbc542c8c
https://serverfault.com/questions/321321/upgrade-curl-to-latest-on-centos
And, Some Forums says...
IF I Update cURL, I need to change the Library and Compile PHP ( Seems Something Complicated )
So,
I'm a little bit confused about this.
Can you please suggest me a safe method to Update my cURL?
Thanks.