cURL inside EasyApache 4
I try validate curl due to PHP script. How to find enabled curl?
-
You can enable cURL by rebuilding EasyApache with the appropriate option for cURL. 0 -
If you want to see what versions of Curl are currently installed, you can also check that through EasyApache or on the server's command line with this command: # rpm -qa | grep php-curl
Here is what that output looks like on a test machine:# rpm -qa | grep php-curl ea-php56-php-curl-5.6.40-18.18.7.cpanel.x86_64 ea-php73-php-curl-7.3.28-1.1.3.cpanel.x86_64 ea-php72-php-curl-7.2.34-5.5.7.cpanel.x86_64 ea-php70-php-curl-7.0.33-20.20.7.cpanel.x86_64 ea-php71-php-curl-7.1.33-11.11.7.cpanel.x86_64
0
Please sign in to leave a comment.
Comments
2 comments