Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67161 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33485 invoked from network); 25 Apr 2013 19:46:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2013 19:46:12 -0000 X-Host-Fingerprint: 92.254.50.218 unknown Received: from [92.254.50.218] ([92.254.50.218:6781] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/A0-27873-EF789715 for ; Thu, 25 Apr 2013 15:46:07 -0400 To: internals@lists.php.net Date: Thu, 25 Apr 2013 21:46:03 +0200 Message-ID: References: <6d3430a3fca16ce2d95f6a2f52d89656.squirrel@webmail.klapt.com> <204dc2f49612ef18569628cc7a714582.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.50.218 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 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. Jan