I am having an issue setting up cURL with IIS 6.0, Windows Server 2003, PHP 5.2.6
I have installed to C:\PHP
set PHPRC = C:\PHP\php.ini
copied ssleay32.dll
and libeay32.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
C:\PHP
is in PATH
still getting
Fatal error: Call to undefined function curl_init()