Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77047 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72583 invoked from network); 3 Sep 2014 09:47:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Sep 2014 09:47:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=are.you.winning@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=are.you.winning@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.51 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 209.85.192.51 mail-qg0-f51.google.com Received: from [209.85.192.51] ([209.85.192.51:36395] helo=mail-qg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/F3-48681-6A3E6045 for ; Wed, 03 Sep 2014 05:47:18 -0400 Received: by mail-qg0-f51.google.com with SMTP id i50so7798048qgf.38 for ; Wed, 03 Sep 2014 02:47:16 -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:date:message-id:subject :from:to:cc:content-type; bh=MlZD+QUCJBwsVLcUiQucAjqjfQ5CFxqbvQCKgvHfZo8=; b=cn/boZQLafbrS/gSGoNYMIkaLElziprfctZDTuKwMavHConCYVPRZ1nMkgtjI3i97n lqTNUvIRFn1BkZ+SIgI8pp2LW/uStUAqRcdLk0n9PzT/LN6ayPbJrCfJ2U3L+REqsDJi TJXM+Kttbqxz9WdpLTOCaafEE/WCrZc6zAkO1qeaj2cjz7PEcNdRDxBgImyMVqU6YDmA S9d6nBBMhEz6ClhQ1vLI2TlvFcM/9rCgNqAh3HLvGth5GRcvEOo2G5c6imsi2bL7w78g b9p6KZENKQLKrhxJn9SY0kbQicXgRHvX7RCYg6Y+DVH/QV7t7Rqxi2366VVz801fPiga 3OKA== MIME-Version: 1.0 X-Received: by 10.224.65.196 with SMTP id k4mr66436899qai.56.1409737636305; Wed, 03 Sep 2014 02:47:16 -0700 (PDT) Sender: are.you.winning@gmail.com Received: by 10.141.28.193 with HTTP; Wed, 3 Sep 2014 02:47:16 -0700 (PDT) In-Reply-To: References: Date: Wed, 3 Sep 2014 10:47:16 +0100 X-Google-Sender-Auth: jF6Vuwp6WlFY8i4CA9V4AzO8ddQ Message-ID: To: Lior Kaplan Cc: Chris Wright , PHP internals list Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Bug 55700 fix From: cw@daverandom.com (Chris Wright) On 2 September 2014 07:55, Lior Kaplan wrote: > > On Sep 2, 2014 8:55 AM, "Michael Wallner" wrote: >> >> On 2 Sep 2014 00:13, "Chris Wright" wrote: >> > >> > If no-one has any objections to this, I would like to merge it into >> > 5.6 and master. >> > >> >> +1 > > Why not 5.5 ? I... don't know. No reason it shouldn't go into 5.5 I guess, unless anyone has an objection to this? > Kaplan