Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67163 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37947 invoked from network); 25 Apr 2013 20:11:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2013 20:11:08 -0000 Authentication-Results: pb1.pair.com header.from=ab@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ab@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.73.107 as permitted sender) X-PHP-List-Original-Sender: ab@php.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:38847] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/71-27873-9DD89715 for ; Thu, 25 Apr 2013 16:11:07 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 33) id BABA41128048; Thu, 25 Apr 2013 22:11:02 +0200 (CEST) Received: from 94.216.43.95 (SquirrelMail authenticated user anatol@belski.net) by webmail.klapt.com with HTTP; Thu, 25 Apr 2013 22:11:02 +0200 Message-ID: In-Reply-To: References: <6d3430a3fca16ce2d95f6a2f52d89656.squirrel@webmail.klapt.com> <204dc2f49612ef18569628cc7a714582.squirrel@webmail.klapt.com> Date: Thu, 25 Apr 2013 22:11:02 +0200 To: "Jan Ehrhardt" Cc: internals@lists.php.net Reply-To: ab@php.net User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: PHP 5.5 beta4 available From: ab@php.net ("Anatol Belski") Jan, On Thu, April 25, 2013 21:46, Jan Ehrhardt wrote: > "Anatol Belski" in php.internals (Thu, 25 Apr 2013 20:12:11 +0200): > >> Ok, so we must have built some different ways. Anyway that builds I've >> mentioned should work and I'll recheck next time I do the ssh2 ext. > > The difference probably is that you built libssh2 as shared. Your > php_ssh2.dll's are dependent on libssh2.dll (which in its turn is dependent > on the ssl-dll's). > > My build is static: it can do without libssh2.dll and only relies on the > ssl-dll's. Ok, that explains it. Then your fix should be conditional depending on ssh2 ext being built shared or static. You could that to the github repo. Regards Anatol