Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74721 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15272 invoked from network); 3 Jun 2014 15:59:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2014 15:59:50 -0000 Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.42 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 209.85.192.42 mail-qg0-f42.google.com Received: from [209.85.192.42] ([209.85.192.42:46919] helo=mail-qg0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/59-64944-4F0FD835 for ; Tue, 03 Jun 2014 11:59:49 -0400 Received: by mail-qg0-f42.google.com with SMTP id q107so13777711qgd.1 for ; Tue, 03 Jun 2014 08:59:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=oW8SOvHXEKbzMzzg3Wc0Zld4aD65u9/YgSX6fp8bbrE=; b=pCqh3Buq9DCHS/hxQX5IIyvN4bc8lP5T2x093z9b2mFfmvHjKG5kr6L7lVafiDYRCo +muBgINnTkHSGGZBXHPZKBCjSY4FNLYqO7rkl6170yUSBhNzKeiOpyx5J2nIjCWgC2xn D5Qo7GiFhyd4dSzsJOgHheHuD/3Lc7eBqqhG0Fqs4moRsxwok4wnEQmRkymmTlDsCpSd SQ+B4EG78XWGH4lZBL9Hgmr+rnqDX+yoPHYOXsdhYLaTDRXnytIrYvMcgPPTuvI30YSU 7pimieqamQVU2cEwGEuj7xnCKdwmRUanhcCj3ss09RNp9Iwx6uRN8fpdeYmXRavTNbZr lqRA== X-Received: by 10.224.223.195 with SMTP id il3mr51815597qab.104.1401811186676; Tue, 03 Jun 2014 08:59:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.47.193 with HTTP; Tue, 3 Jun 2014 08:59:26 -0700 (PDT) In-Reply-To: <1401810913.2282.81.camel@guybrush> References: <53886F73.70402@php.net> <1401810913.2282.81.camel@guybrush> Date: Tue, 3 Jun 2014 17:59:26 +0200 Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: Benjamin Eberlei , Remi Collet , julien pauli , PHP Content-Type: multipart/alternative; boundary=001a11c2ba7cd305ea04faf0993f Subject: Re: [PHP-DEV] BC break in 5.4.29 and 5.5.13 From: ocramius@gmail.com (Marco Pivetta) --001a11c2ba7cd305ea04faf0993f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 3 June 2014 17:55, Johannes Schl=C3=BCter wrote= : > We send out RCs two weeks before a release, but receive barely any > feedback. I'd love if external projects would verify those and raise a > red flag ... We don't have the resources to test against RCs, and we don't have any CI environment on our own except for travis-ci (which is what most projects currently use). Maybe push a `php-nightly` binary to the Travis folks instead? We'd gladly test against that, and even if people won't report immediately, the travis API is simple enough to allow mining on the builds to discover problems eagerly. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --001a11c2ba7cd305ea04faf0993f--