Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67157 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19000 invoked from network); 25 Apr 2013 17:11:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2013 17:11:06 -0000 X-Host-Fingerprint: 92.254.21.118 118-21.ftth.alicecomfortplus.nl Received: from [92.254.21.118] ([92.254.21.118:26870] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/72-06793-7A369715 for ; Thu, 25 Apr 2013 13:11:06 -0400 To: internals@lists.php.net Date: Thu, 25 Apr 2013 19:10:59 +0200 Message-ID: References: <6d3430a3fca16ce2d95f6a2f52d89656.squirrel@webmail.klapt.com> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 92.254.21.118 Subject: Re: [PHP-DEV] Re: PHP 5.5 beta4 available From: phpdev@ehrhardt.nl (Jan Ehrhardt) "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