Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77024 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34215 invoked from network); 1 Sep 2014 22:18:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2014 22:18:57 -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.53 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 209.85.192.53 mail-qg0-f53.google.com Received: from [209.85.192.53] ([209.85.192.53:60839] helo=mail-qg0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 14/85-03336-0D0F4045 for ; Mon, 01 Sep 2014 18:18:57 -0400 Received: by mail-qg0-f53.google.com with SMTP id z107so5764528qgd.12 for ; Mon, 01 Sep 2014 15:18:54 -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=qIKaU1l9ClS2yhVi/f/99u8S65R5jOKH5P/mCcQVuto=; b=weVHas1nhTDZ4eY5heY1ggS9yXjNUj39b0EOThlL0058RYAw9Xux4TkL1K9kN8SjUo GJCqi/rGDnJsFqZp5TxExp2C7udDwaq7Tqti3htxfT/H7j6E+n3qYKRJ1F+RwMpL9r3Y vJyoMnqAgFx+ES4BBUnIsch4AA64XP1nHPyP9YBdSqvxcDQDL5oHipymhDQ2UsBGF/uB u7hQna8vcxw+INDTqviOiDqtw9uPGcrjLtffYY40Ymd9EJ5N54nn1/LHGcXBX91LhQ1E Lv23f1MuSQk8uew8ZGQYcCP6VwXv4wbXhOB1aiFNQnTtdRWxeAl6jyCg4A0+duZqh5lU ZAWA== MIME-Version: 1.0 X-Received: by 10.229.232.1 with SMTP id js1mr49347152qcb.20.1409609934178; Mon, 01 Sep 2014 15:18:54 -0700 (PDT) Sender: are.you.winning@gmail.com Received: by 10.141.28.193 with HTTP; Mon, 1 Sep 2014 15:18:54 -0700 (PDT) Date: Mon, 1 Sep 2014 23:18:54 +0100 X-Google-Sender-Auth: 1PNEzPP7Wb0KPPThNX9gYaDaVDc Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Bug 67855 fix From: cw@daverandom.com (Chris Wright) Good evening all I've put together a patch for bug 67855 which can be seen here: https://github.com/php/php-src/pull/778 The patch has so far received no feedback - does anyone have any? If no-one has any objections to this, I would like to merge it into master. This patch has a very minor BC break, as it changes a boolean return value to an integer which may be zero, so it targets master only. Thanks, Chris