Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77025 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54384 invoked from network); 2 Sep 2014 05:54:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Sep 2014 05:54:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.54 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.54 mail-la0-f54.google.com Received: from [209.85.215.54] ([209.85.215.54:44406] helo=mail-la0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/57-03336-18B55045 for ; Tue, 02 Sep 2014 01:54:09 -0400 Received: by mail-la0-f54.google.com with SMTP id b17so7138679lan.13 for ; Mon, 01 Sep 2014 22:54:06 -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=ssMzQumyOdHDaqIvWg4xM19wcuHi3j4jOq5JgUW2Occ=; b=AXqvW4gbRUef0jYH4Jnyw0T2Uyl0wCQoqiSs7EXdcNLTDm0voBUTP/ohq4zuSlf/m9 A8aRJjDABo81MJxWIJPm7RZJkUefLfBmFuxmGwJZ2bnsnodVsIVTNKdtADgDl6cLCR4g EygqPb9QOS+fhc2TzNLUF4jEHbMuqsna/5iOohA9kxkQYJsL8fvSrkRIR9M5OCbkGkeq TMFg63Y8fFY48w+TSCpCGRX986TM6vV9Qxib0UMbCd1ePzmFv36GO0A8Tl1EVKJLPqAS AFoHQaGqcslf6fqPM9ObuCa/El7doktPlQSo800jl9OtA2zcZ5TpyxveimGfw8DaTHrL ZStw== MIME-Version: 1.0 X-Received: by 10.112.41.193 with SMTP id h1mr197418lbl.95.1409637246210; Mon, 01 Sep 2014 22:54:06 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.48.66 with HTTP; Mon, 1 Sep 2014 22:54:06 -0700 (PDT) Received: by 10.114.48.66 with HTTP; Mon, 1 Sep 2014 22:54:06 -0700 (PDT) In-Reply-To: References: Date: Tue, 2 Sep 2014 07:54:06 +0200 X-Google-Sender-Auth: KRJZtauq_9TyC5cYkPlh_7nBOD4 Message-ID: To: Chris Wright Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a113461525296d005020ebf53 Subject: Re: [PHP-DEV] Bug 67855 fix From: mike@php.net (Michael Wallner) --001a113461525296d005020ebf53 Content-Type: text/plain; charset=UTF-8 On 2 Sep 2014 00:19, "Chris Wright" wrote: > > 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. > > +1, don't forget UPGRADING. --001a113461525296d005020ebf53--