Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95527 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32678 invoked from network); 1 Sep 2016 00:18:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2016 00:18:12 -0000 Authentication-Results: pb1.pair.com header.from=bishop.bettini@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=bishop.bettini@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.178 as permitted sender) X-PHP-List-Original-Sender: bishop.bettini@gmail.com X-Host-Fingerprint: 209.85.217.178 mail-ua0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:36509] helo=mail-ua0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/B1-09980-4C377C75 for ; Wed, 31 Aug 2016 20:18:12 -0400 Received: by mail-ua0-f178.google.com with SMTP id m60so117764126uam.3 for ; Wed, 31 Aug 2016 17:18:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:from:date :message-id:subject:to:cc; bh=hQ5LrtLXlIFJFFrkdhzHgNXIOxu1bTEd4sHUDr2c6xs=; b=zeZ9gFsHkwN1BKYrCmDzRz4fzo2qN3ymh/3iXV2wXDYF8ycT6HFcffG7RsJfdYWgUU k52x0X9RDbeexsLmMR776LoWWe/ZRX/4/z9z7aeAv6mhhLReYrOx+SOwf78QQblvD+fq AqC+tOD2FCpVWnP1Cke6RcYL8LSQZlcUdomrUS3c5/aI/iivl9TQMfMq9RUlkODlZNtk dxjgepYeRas8uiviP9lleZKHgELn2lyQ10UBzFYdC1M7I1oI3ZheGJQvDf2JylQ7WoCn vR2scw/u9o17v7iVNMdoG5cx/WXif5eKGi6rbSjDT7FX7uzXhNbjBr8jAMCzyCuJ/d3Z WnsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:sender:in-reply-to :references:from:date:message-id:subject:to:cc; bh=hQ5LrtLXlIFJFFrkdhzHgNXIOxu1bTEd4sHUDr2c6xs=; b=WyubEfp5K6Mi0+ky1wVN8tU9sRbH8CNyy+NucduQuYE39OqLEaXxoAlm5TWq4mZugr i0m93Ug6f0D8IIzr3oUKQ4sJ7dukL2eRVjYb9XhQ1XRj/HIhBr17W9LOEAx+yqxYaCvM Mq/j5LRovTm+/Eaq0v4dhHqhw29kklqSX0Qo6xxnNqsMN/fc7APAaDMMnec8K1clt2gz uei+qelrrrf1euqS2VZjCQeXlx4ZIRM+zbDuD5SKyITBzfAndnopoFVsuQr3PZ1m5VsO IIRZNqL+UcPoQpsIsKGAYEjLaUI2rW+lXbAFZ4AxETXxL5H4JBSYsaHrcuaiyN7b6FDe ywRA== X-Gm-Message-State: AE9vXwNm6LMUt/h3wqdtG06KiC96I2aTTDGRX3koJF+Z8daSijkL/vPf4/pmy/T9xj/k3tZUN+C9JOiQHGzjyw== X-Received: by 10.31.138.74 with SMTP id m71mr7481208vkd.4.1472689088970; Wed, 31 Aug 2016 17:18:08 -0700 (PDT) MIME-Version: 1.0 Reply-To: bishop@php.net Sender: bishop.bettini@gmail.com Received: by 10.103.136.129 with HTTP; Wed, 31 Aug 2016 17:18:07 -0700 (PDT) Received: by 10.103.136.129 with HTTP; Wed, 31 Aug 2016 17:18:07 -0700 (PDT) In-Reply-To: References: <1e6cac8a-e1af-c9e7-a900-a2efda0771dd@gmx.de> Date: Wed, 31 Aug 2016 20:18:07 -0400 X-Google-Sender-Auth: JXwKxSckdJV7ECySky0PQCESoP8 Message-ID: To: David Walker Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11457f9003483f053b672685 Subject: Re: [PHP-DEV] Re: [RFC][VOTE] E_WARNING on invalid container read-adccess From: bishop@php.net (Bishop Bettini) --001a11457f9003483f053b672685 Content-Type: text/plain; charset=UTF-8 > On Wed, Aug 31, 2016 at 7:49 AM David Walker wrote: > Hi all, > > As of now, the scheduled time the vote is to close, the RFC stands 19-4 > (accepted). Given this is my first solo RFC, I'm not really sure protocol > to go from here. Dmitry does raise that the implementation I put forward > maybe a bit hackish compared to what someone much more knowledgeable could > implement. So I'm not certain if the RFC should be deemed accepted, or, > fall into the howto section 7(3) and go back to discussion (if it is > considered a serious issue). > > Direction appreciated. The idea is approved. It still has to be an accepted PR. So, take the dissenting feedback as a guide to improve the test coverage and implementation. Possibly try the null coalesce approach as an alternative implementation: that might make it all simpler! If you get stuck, bounce the list a question. We're here to help. --001a11457f9003483f053b672685--