On 2 May 2001 02:58:04 -0700, Ermanno Iannacci <[EMAIL PROTECTED]> wrote:
> When I start Apache, I get a lot of errors saying "Could not find
> msvcr70.dll". Which dll is this?
> (NT4 Apache 1.3.17 PHP 4.0.5)

It's one of the Visual C runtime DLLs. It'll apparently ship with Windows XP
from what I've gathered. In the PHP 4.0.5 for Windows distribution, it's
required by the SSLEAY32.DLL and LIBEAY32.DLL, which are included by the curl
and openssl extensions. Since I don't currently need either, I just told PHP
not to load it; if you need it, you might try seeing if it works with different
versions of the ssleay DLLs.

-- 
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