Jan Ehrhardt in php.internals (Thu, 25 Apr 2013 18:19:58 +0200): >LIBS_SSH2=libssh2_a.lib ssleay32.lib libeay32.lib > >Or adding these two lines to the config.w32 of ssh2: > >if ((CHECK_LIB("libssh2_a.lib;libssh2.lib", "ssh2", PHP_SSH2) && >+ CHECK_LIB("ssleay32.lib", "ssh2", PHP_SSH2) && >+ CHECK_LIB("libeay32.lib", "ssh2", PHP_SSH2) && > CHECK_HEADER_ADD_INCLUDE("libssh2.h", "CFLAGS_SSH2", >PHP_PHP_BUILD + "\\include\\libssh2"))) {
Hmmm. These lines have been there in the past, but were cleaned up by Pierre: https://github.com/php/pecl-networking-ssh2/commit/9fa6821d61be4022374453a257aaf34d53d5a1d3#config.w32 Jan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php