Online Chat
 Call Us: 
1-877-744-1221
Browse Submit a Ticket
 
Advanced Search
Tools
Rss Categories

Curl installation on Windows (Apache and IIS)

Author: Edward Hardin Reference Number: AA-00480 Views: 27218 Last Updated: 02/16/2010 02:56 PM 25 Rating/ 2 Voters
  1. Edit your php.ini and uncomment/add the line:
    extension=php_curl.dll
  2. Go to the PHP directory and copy the following libraries to the windows/system32 dir.
    ssleay32.dll
    libeay32.dll
    If there are no such files in PHP directory and its sub-directories, you need to run PHP installation and add Curl extension.
  3. And another step - check if allow_url_fopen option is enabled. It is set in php.ini file as well.
  4. Then you need to restart the webserver.
  5. If this doesn't help and you still do not see Curl enabled, restart the physical machine. You might especially need it if you have run PHP installation recently.