Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74818 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80333 invoked from network); 10 Jun 2014 12:33:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2014 12:33:16 -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.220.181 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.181 mail-vc0-f181.google.com Received: from [209.85.220.181] ([209.85.220.181:58503] helo=mail-vc0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/D6-42235-B0BF6935 for ; Tue, 10 Jun 2014 08:33:16 -0400 Received: by mail-vc0-f181.google.com with SMTP id il7so120273vcb.12 for ; Tue, 10 Jun 2014 05:33:13 -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=XIst44p6TRLIch2C7VQNciG7S+DrqxDAd7fy8OtiqAw=; b=0vCwxjwhYPncslip6laMLvQ9W+OQpdvqSwo19C7VeHrhV3rjMOxlsNzPje9Q6a38L6 W7EWREKa7P7IH4pPzp5AIL6AF/MHb/WKFB9kA4eFtVtxrf3ycrUq+KS9E50Dap9n9D2v 0Sg+gn8Wsz2hZGB7r7Eku84DmZWRxGhRqejhwT25RfsNhODDSx4UBaAP0DjdTeHiC1iE tnCU4T3/wVtJYr3KdK8oYXctL9EKnTJ+LpQYHh+HJ4bRFymcrakOuPxZMbaF0joMYzB8 v/bwhxZeQExHucc5DECtJDDBq0lC2+fUfsNfhF5UdIteM8ZrAlbECuulmauhYrDg1/ze H1DQ== X-Received: by 10.52.92.5 with SMTP id ci5mr1357649vdb.62.1402403593480; Tue, 10 Jun 2014 05:33:13 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Tue, 10 Jun 2014 05:32:33 -0700 (PDT) In-Reply-To: References: <53886F73.70402@php.net> <1401810913.2282.81.camel@guybrush> <538DFEB1.7030207@fedoraproject.org> <538EAD75.5020402@fedoraproject.org> Date: Tue, 10 Jun 2014 14:32:33 +0200 X-Google-Sender-Auth: DxEDmedSHlAQHBfOO1Z920bBkJU Message-ID: To: Marco Pivetta Cc: Benjamin Eberlei , Remi Collet , PHP Internals 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 Tue, Jun 10, 2014 at 2:22 PM, Marco Pivetta wrote: > On 10 June 2014 14:17, Julien Pauli wrote: >> >> Patch will be included in next 5.5.14RCs and 5.5.14. > > > What about 5.6.x? I'm getting failure reports from other folks that have the > beta installed... I'm myself against merging it to 5.6 But for consistency, and if we follow our rules, the patch should also be applied to 5.6 Ferenc, what do you think about it ? Julien