Hi Todd,

1: In 4.05 SSLEAY.DLL and LELEAY.DLL have a dependency for another DLL
titled MSVCR70.DLL which is a replacement for MSVCRT.DLL. It's not the curl
module itself, rather these later versions of ssleay and leleay that are
distributed with the binary.

2: So you have two choices, use the 4.04 SSLEAY and LELEAY dll's copying
into SYSTEM (W9x) or SYSTEM32 (NT+) or you could try copying MSVCRT.DLL to
MSVCR70.DLL. I suspect that the copy would work.

PS: You might try to get hold of DEPENDENCY WALKER 2, a freebie. A very good
tool, not sure where but a search should point you in the right direction.

For what it's worth I removed 4.05 and rolled back to 4.04, found a few
other things which did not behave correctly.

"Todd Cary" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> My version of PHP is the pre-compiled Windows executable (4.0.5).  There
> is a DLL, "php_curl.dll" that is in the extensions directory.  In the
> PHP.INI I have
>
> extension=php_curl.dll
>
> like the other extension that I have specified (e.g.
> php_interbase.dll).  The others load fine, but I get an error at startup
> that it cannot *find* php_curl.dll.
>
> What am I missing?
>
> Todd
>
> --
> Todd Cary
> Ariste Software
> [EMAIL PROTECTED]
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to