Author: Edward HardinReference Number: AA-00480Views: 29015Last Updated: 02/16/2010 02:56 PM
25 Rating/ 2 Voters
Edit your php.ini and uncomment/add the line:
extension=php_curl.dll
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.
And another step - check if allow_url_fopen option is enabled. It is set in php.ini file as well.
Then you need to restart the webserver.
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.