Home General questions Troubleshooting Checking the server for PHP's CURL support
Checking the server for PHP's CURL support
To check whether there is PHP's CURL support installed on your server:
- Click on PHP information link at the bottom of your administrator panel. A new page that displays the result of phpinfo PHP function will be open.
- Look for the box that is titled curl on the page. It should look like:
curl CURL support enabled CURL Information libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.2.0.7 - If Curl support is disabled, contact your server administrator.
