having issue setting up cURL with iis 6.0, windows server 2003, php 5.2.6
have installed to C:\PHP
set PHPRC = C:\PHP\php.ini
copied ssleay32.dll andlibeay32.dll to C:\PHP
in php.ini, uncommented the line extension=php_curl.dll
extension_dir="C:\PHP\ext"
c:\php\ext has the dll php_curl.dll
EDIT 1:
C:\PHP is in PATH
still getting "Fatal error: Call to undefined function curl_init()"