Re: [PHP-WIN] Loading CURL

2001-05-18 Thread Todd Cary
Steve - You have been a life saver! Thanks to your detailed answer and implementing Depwalker, I now have CURL installed. Now to learn how to use it - but that seems rather straight forward. Many, many thanks.. Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] Steve Perrin' wrot

Re: [PHP-WIN] Loading CURL

2001-05-18 Thread Steve Perrin'
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.

[PHP-WIN] Loading CURL

2001-05-18 Thread Todd Cary
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