Saturday, February 21, 2009

PHP - Enable cURL in Windows.


PHP has build-in extension for getting content from remote sites. This extension is known as cURL.

For enabling cURL in windows environment, we need to do below two steps.
-Uncomment extension=php_curl.dll in the PHP.INI file.
-Copy the below two dll files from PHP folder and put it under windows/system32 dir.
ssleay32.dll
libeay32.dll
More Articles...

No comments:

Search This Blog