Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71318 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49118 invoked from network); 20 Jan 2014 10:30:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2014 10:30:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=ab@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ab@php.net; 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:46320] helo=klapt.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 87/59-02192-CAAFCD25 for ; Mon, 20 Jan 2014 05:30:08 -0500 Received: by klapt.com (Postfix, from userid 33) id 8F9DE23D60EC; Mon, 20 Jan 2014 11:30:01 +0100 (CET) Received: from 178.7.114.8 (SquirrelMail authenticated user anatol@belski.net) by webmail.klapt.com with HTTP; Mon, 20 Jan 2014 11:30:01 +0100 Message-ID: In-Reply-To: References: <617a1cd1ecfd85160411eebf076ea824.squirrel@webmail.klapt.com> Date: Mon, 20 Jan 2014 11:30:01 +0100 To: "Martin Keckeis" Cc: "PHP internals" Reply-To: "Anatol Belski" 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: ab@php.net ("Anatol Belski") Hi Martin, On Mon, January 20, 2014 10:43, Martin Keckeis wrote: > Hello, > > >> >> Together with the automatic builds this brings automatic updates >> for every new release built for windows. >> >> > does still all packages get build automatically? E.g. the latest releases > here are not build: http://pecl.php.net/package/amqp > > > But yaf is getting build: http://pecl.php.net/package/yaf > > > Maybe for amqp there is just a build error? > Yes, that's exactly the issue, you can check the logs under http://windows.php.net/downloads/pecl/releases/amqp/ . Rephrasing my old mail, every package released on PECL is passed through the build system. Still every single build isn't monitored manually, so if there was some errors and nobody pings, it might just stay on ice. 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. Regards Anatol