Ok.. I figured it out !
i decided to look at the dlls the php_curl.dll required to work.
then i looked at the ones that those dlls required, and i found that i was missing
msvcr70.dll
which i believe is a newer dll so most people don't have it.. which probably means you
!
as soon as i put msvcr7
I'm running win2k with IIS 5.
i have - php4ts.dll, SSLEAY32.dll, LIBEAY32.dll, Kernel32.dll, Wsock32.dll,
MSVCRT.dll - in the system32 folder.
my php version is 4.0.5.
in the php.ini file i have:
extension_dir = C:\php\extensions\ (correct)
and in the script i'm going dl("php_curl.dll");
and i get