Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77023 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32674 invoked from network); 1 Sep 2014 22:13:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2014 22:13:21 -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.216.177 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 209.85.216.177 mail-qc0-f177.google.com Received: from [209.85.216.177] ([209.85.216.177:57945] helo=mail-qc0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/25-03336-08FE4045 for ; Mon, 01 Sep 2014 18:13:20 -0400 Received: by mail-qc0-f177.google.com with SMTP id i8so5951023qcq.22 for ; Mon, 01 Sep 2014 15:13:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=Rly1KuQJFwFyPIcT+aTu+BnfTJ6TNDxgdEfCaXY62pc=; b=HkvlHcDuwBFThQ9EsTpueCtwKSFUYb4zSYgOV21SR2KvJOrgY/lLit8bTxUApBdU5m aExEVWAxADQtbYJL+ErLDIigZHpZsaErkp5pXiyTKXwIk0eRwNyn34ME4w2StqZvm760 Cn2biCrubrmyBWIdGjNnrO9RyZCBSlNQpGBGKeO1q59L1SMvNVqFUTVAjaebLyKRkf+c 4CJgFvNl0/urYESgXpQTSoTdeIbPuf/cVOty1MWQb8OzUvcqZeHnTI4OLgrVBY8c5KNK hE6T6/S7ClKMFjuQP3RUwDY5yhGRSAlYKKX8/Aw2JhB9YqRSlVL0dc+04cqmOtIP5Ju4 C+rA== MIME-Version: 1.0 X-Received: by 10.224.65.196 with SMTP id k4mr51196278qai.56.1409609597756; Mon, 01 Sep 2014 15:13:17 -0700 (PDT) Sender: are.you.winning@gmail.com Received: by 10.141.28.193 with HTTP; Mon, 1 Sep 2014 15:13:17 -0700 (PDT) Date: Mon, 1 Sep 2014 23:13:17 +0100 X-Google-Sender-Auth: uNboKOiY9W8NEUSIAndNN-s5-V8 Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Bug 55700 fix From: cw@daverandom.com (Chris Wright) Good evening all I've put together a patch for bug 55600 which can be seen here: https://github.com/php/php-src/pull/779 The patch has been updated based on various feedback and afaict is now ready to be merged. Does anyone have any more feedback on the implementation? If no-one has any objections to this, I would like to merge it into 5.6 and master. Thanks, Chris