Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74742 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13064 invoked from network); 4 Jun 2014 16:46:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jun 2014 16:46:42 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.177 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.128.177 mail-ve0-f177.google.com Received: from [209.85.128.177] ([209.85.128.177:51693] helo=mail-ve0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/10-12394-F6D4F835 for ; Wed, 04 Jun 2014 12:46:40 -0400 Received: by mail-ve0-f177.google.com with SMTP id db11so9046331veb.22 for ; Wed, 04 Jun 2014 09:46:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=kUv5g33+WkiN6mEP7vuPBxD/WuBSI6IayNOjy0HhXmM=; b=BVkj31Er2QktvXI68WOJNB27KBdpcjHIKRVQopSrh42K1dW5HEdsCLOAjN7veyI41d iCm2qi43hMRUrR2UoNViGNFHhAAVeqfWEqdh8zoI5c18R7t0LEAnwgp9XqTlfNVcA1Gz dGym7ZnLDhS4y+KyucT/XAq9QHge0X9ZJykg6svI5ceEfI12uzZrG1o9KoXwlmy/f9ZK XLbZHcs+YIk2mi3z1X9xWWO0cPRBvMmzDYihYBzx6luzC5efCfTFIhTv5kqeP8GdHZan b4IMEVo8lqtlrUt01rwpZH/sgIbiLAOj+bxpfQhU6cBkbXN1wRMUYXdP27prVGrFyvEx kB8Q== X-Received: by 10.52.14.130 with SMTP id p2mr15545581vdc.39.1401900396742; Wed, 04 Jun 2014 09:46:36 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Wed, 4 Jun 2014 09:45:56 -0700 (PDT) In-Reply-To: <538F24F3.50901@beccati.com> References: <53886F73.70402@php.net> <1401810913.2282.81.camel@guybrush> <1401811624.2282.86.camel@guybrush> <538F06F6.2030808@beccati.com> <538F24F3.50901@beccati.com> Date: Wed, 4 Jun 2014 18:45:56 +0200 X-Google-Sender-Auth: fz2mtaDEPPWxRT2bxHykqZWU-84 Message-ID: To: Matteo Beccati Cc: Marco Pivetta , =?UTF-8?Q?Johannes_Schl=C3=BCter?= , Benjamin Eberlei , Remi Collet , PHP Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] BC break in 5.4.29 and 5.5.13 From: jpauli@php.net (Julien Pauli) On Wed, Jun 4, 2014 at 3:53 PM, Matteo Beccati wrote: > On 04/06/2014 13:45, Matteo Beccati wrote: >> I could set up some jobs for a few more open source projects if they are >> not extremely resource hungry. > > PHPUnit was fairly easy: > > https://revive.beccati.com/bamboo/browse/PHPUN-LATE-2 > > It currently fails on 5.4, 5.5, phpng from last night. Ow, I missed the mail to qa so. That's a nice job, I'll use that frequently before releases to ehance our quality. Thank you for helping in this critical part :-) Julien