Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67150 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96711 invoked from network); 25 Apr 2013 14:21:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2013 14:21:20 -0000 X-Host-Fingerprint: 92.254.21.118 118-21.ftth.alicecomfortplus.nl Received: from [92.254.21.118] ([92.254.21.118:22385] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A2/20-29676-EDB39715 for ; Thu, 25 Apr 2013 10:21:19 -0400 To: internals@lists.php.net Date: Thu, 25 Apr 2013 16:21:15 +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) Pierre Joye in php.internals (Thu, 25 Apr 2013 14:36:39 +0200): >>> http://downloads.php.net/dsp >>> >>>and windows packages at >>> >>> http://windows.php.net/qa >> >> The windows packages aren't there yet. And I am getting all kinds of >> curl-stream errors when I try to build beta4 including php_curl.dll >> myself (VC11, x64, nts). > >The build was broken due to the curl stream removal commit. The >announce should not have been sent before the builds have been >validated again but... :) > >If you use the tag instead of the archive, everything should work fine. Remi pointed me in the right direction. I discovered the new packages at /qa just before I read your replies. It now builds fine with the exception of php_ssh2.dll. I used these dependencies: http://windows.php.net/downloads/php-sdk/deps-5.5-vc11-x86.7z 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. Jan