If the files are present, and you are editing the *correct* php.ini file to enable the extension, and you have also enabled the SSL extension, then it normally "just works" ... after you restart your webserver service.
You can check for CURL via a phpinfo script. There's one in the installer on the system inspection page or in the zc_install/includes folder. Or you can view it via your Admin on the Tools->Server Info page.
In the /extras folder is a curltest.php script which will test a CURL connection over standard port 80. Adding ?ssl=1 to the URL will test SSL as well. These same tests are done by the system inspection screen of the installer.








Bookmarks