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 :-
- php_curl.dll is uncommented in php.ini
- php_curl.dll is present in extension_dir, which is C:\program files\PHP\v5.3\ext
- 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
- I restarted server/pc , still I dont get cURL working properly
<?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