"Anatol Belski" in php.internals (Thu, 25 Apr 2013 18:55:26 +0200): >Jan, > >> And for some reason I always have to remove the libssh2* files and fall >> back on my own. I still have got to find out why it goes wrong with the >> 'official' dependencies. > >Which ssh2 ext version do yu build? Have you tried these builds? >http://windows.php.net/downloads/pecl/releases/ssh2/0.12/
That was exectly the version: SSH2 support enabled extension version 0.12 libssh2 version 1.4.2 (or 1.4.3) banner SSH-2.0-libssh2_1.4.2/3 With the libssh2* files from http://windows.php.net/downloads/php-sdk/deps-5.5-vc11-x86.7z compiling failed, due to all those unresolved externals. I found two workarounds: 1. Use my own libssh2* files 2. Add ssleay32.lib libeay32.lib to the LIBS_SSH2 Jan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php