Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67155 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15576 invoked from network); 25 Apr 2013 16:50:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2013 16:50:39 -0000 X-Host-Fingerprint: 92.254.21.118 118-21.ftth.alicecomfortplus.nl Received: from [92.254.21.118] ([92.254.21.118:5091] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/B1-06793-EDE59715 for ; Thu, 25 Apr 2013 12:50:38 -0400 To: internals@lists.php.net Date: Thu, 25 Apr 2013 18:50:34 +0200 Message-ID: References: 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) 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