Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81920 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78382 invoked from network); 5 Feb 2015 12:59:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2015 12:59:26 -0000 Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:59059] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/4A-27691-A2963D45 for ; Thu, 05 Feb 2015 07:59:23 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 33) id B551723D6002; Thu, 5 Feb 2015 13:59:19 +0100 (CET) Received: from 217.254.135.33 (SquirrelMail authenticated user anatol@belski.net) by webmail.klapt.com with HTTP; Thu, 5 Feb 2015 13:59:19 +0100 Message-ID: <544da72c267db3d28e1353ad44738646.squirrel@webmail.klapt.com> In-Reply-To: References: <617a1cd1ecfd85160411eebf076ea824.squirrel@webmail.klapt.com> Date: Thu, 5 Feb 2015 13:59:19 +0100 To: "Martin Keckeis" Cc: "PHP internals" 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] Windows builds PECL site integration From: anatol.php@belski.net ("Anatol Belski") Hi Martin, On Thu, February 5, 2015 13:32, Martin Keckeis wrote: > Hello Anatol, > > > So thanks for the ping. Actually I'd call anyone interested to not to > >> hesitate - ping on errors so they get resolved faster. Also, snapshots >> can be done manually before release to check everything is fine, please >> ping as well for that. >> > > Found a package which seems to be build fine, but there is no download > like: > http://windows.php.net/downloads/pecl/snaps/redis/2.2.5/ > http://pecl.php.net/package/redis > > there was some fixes AFAIR merged since then. Still no new releases uploaded to PECL. But if you compare the release dates, the package on PECL was released in March 2014, whereby the snap is from July. That's because the builds descend to the patches which wasn't applied by that time, aka from a forked branch. That of course can't be called a release build, so it should go into snaps. Despite I see new releases https://github.com/phpredis/phpredis/releases , none is uploaded to PECL and consequently nothing is built. Regards Anatol