Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83877 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61298 invoked from network); 26 Feb 2015 09:17:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Feb 2015 09:17:10 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.214.182 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.214.182 mail-ob0-f182.google.com Received: from [209.85.214.182] ([209.85.214.182:62516] helo=mail-ob0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A2/42-47686-494EEE45 for ; Thu, 26 Feb 2015 04:17:10 -0500 Received: by mail-ob0-f182.google.com with SMTP id nt9so9424939obb.13 for ; Thu, 26 Feb 2015 01:17:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Xt8SRBjaS4U/6qyVjeJXlZAnsUuYy/j+8wHB6+Dsc4E=; b=X8w0GGDPa6ftiw9MNN+uEoNA0/3sVpNXevv8bGXNGuHo0/VJlKwc1B9VR0RH80y2BO hu1NAdK5sYiqCTPbXXcyo32Nmb1Z0Dso0wTlRMbVDEhjarsBJXru9sdtZ2qZK4ZBRHSR Zc79Zk43Js77OREODD9rRtsaN9HcuXyG2FDjo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Xt8SRBjaS4U/6qyVjeJXlZAnsUuYy/j+8wHB6+Dsc4E=; b=YlCHm3Z/4lnjpXky0mo0zSF+ecEnnVC1sUB39eGr7nWfy7I3brL9HmKmFfthYfP7d3 i85sVBwcU/WeHCz2q7ts0lwlGFgRERD0o6977Fz+OWD1cFTeWvTq/pw6NEllcp6Kssth HJRL+GMq3TMnIEx26irGdCa03WLk4v1J5nPH6JPVhB+Fz/CfhmUsDyW2tlTNrgy8sgFY f3N5JTvQw9LuLpOaBuzdoNkARSOsziKSWNd0FVsBvLHrVvi552d8XyeLmMNI495XPxRP fO2lVi03MtCshaGujqAjzHLfrHChN5ykSGJ9h1gAoWqSTMJ1X+H7wR4ttyvQYH0Gr21Q wCrQ== X-Gm-Message-State: ALoCoQmOKzWAMEjZB7TnNM7UF+PWhfYZFtiBf16eUYjUHYa3lDb8tTsp/5zacovJmY9TOwN+viCU MIME-Version: 1.0 X-Received: by 10.202.169.205 with SMTP id s196mr4995582oie.21.1424942224720; Thu, 26 Feb 2015 01:17:04 -0800 (PST) Received: by 10.202.214.205 with HTTP; Thu, 26 Feb 2015 01:17:04 -0800 (PST) In-Reply-To: References: <39.04.34010.CB94EE45@pb1.pair.com> <877fv5wruk.fsf@margaine.com> <6B.C7.34010.2B45EE45@pb1.pair.com> Date: Thu, 26 Feb 2015 11:17:04 +0200 Message-ID: To: Jacob Bednarz Cc: Pascal Chevrel , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Travis support PHP Nightly builds (PHP 7) From: narf@devilix.net (Andrey Andreev) Hi, On Thu, Feb 26, 2015 at 9:45 AM, Jacob Bednarz wrote: >> I think it would be good to incitate all the frameworks and projects using >> Travis CI to add nightly to their testing matrix so as to catch bugs in >> the >> upcoming PHP 7 version by testing real code and also so as to have as much >> real code as possible getting ready for PHP 7. > > > I think this is an excellent idea. This is something that will benefit the > internals greatly for catching rogue bugs that pop up in obsecure > applications > running in the wild and lower that barrier many people have when attempting > to > test development builds. > If anybody needs proof of that, I just caught the following bug thanks to Travis-CI: https://bugs.php.net/bug.php?id=69124 Cheers, Andrey.