Re: [PHP-WIN] Re: php_curl.dll won't load, no error information provided (5.4.38)

[email protected] (Jan Ehrhardt) Thu, 26 Feb 2015 02:27:52 +0100
Newsgroups php.windows
Message-ID <[email protected]>
Andy Theuninck in php.windows (Wed, 25 Feb 2015 19:12:22 -0600):
>I'm running Apache builds from Apache Lounge w/ OpenSSL 0.9.8. I've
>been trying different older builds. 5.4.25 loads curl just fine. I
>haven't had a chance to try more versions in between.
>
>I did try copying the ssleay32.dll and libeay32.dll included with
>5.4.38 into Apache's directory in place of the ones it includes.
>php_curl.dll still doesn't load. Notably though, php_openssl.dll from
>5.4.38 *does* load and does report version 0.9.8ze.

Did you try 'php -m' at the DOS-prompt? If so, did it show curl (between
ctype and date)?

php_openssl.dll is not dependent on libssh2.dll, so this may be the
trouble. You can try in-between releases here:
http://windows.php.net/downloads/releases/archives/

Jan