Is there any good straightforward way to install cURL on my PHP 5.3.6 (with SSL support) ?

Im using the IIS7 version of PHP and im running Windows 7 32bit.

I have php_curl enabled in extensions in php.ini file.. and restarted, but the "curl_init" function fails in my scripts (it says undefined function ; which means my cURL is not properly installed probably?)

EDIT: Here are my findings :-

  1. php_curl.dll is uncommented in php.ini
  2. php_curl.dll is present in extension_dir, which is C:\program files\PHP\v5.3\ext
  3. Since I installed this php using IIS7's Web platform services installer straightaway, I dunno where "PATH" is supposed to be.. but libeay32.dll and ssleay32.dll happens to be present in C:\program files\PHP\v5.3
  4. I restarted server/pc , still I dont get cURL working properly
link|improve this question
1) Do you see cURL listed when you execute this code: <?php phpinfo(); ?> 2) Show me the line fro your php.ini where you declaring extension directory 3) What other extensions do you have enabled -- are they working? 4) Maybe (just maybe) you are editing the wrong php.ini ? – LazyOne Jul 4 '11 at 8:31
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.