Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95236 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89765 invoked from network); 16 Aug 2016 15:56:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Aug 2016 15:56:05 -0000 Authentication-Results: pb1.pair.com header.from=dave@mudsite.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dave@mudsite.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain mudsite.com designates 209.85.217.180 as permitted sender) X-PHP-List-Original-Sender: dave@mudsite.com X-Host-Fingerprint: 209.85.217.180 mail-ua0-f180.google.com Received: from [209.85.217.180] ([209.85.217.180:35416] helo=mail-ua0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 89/67-36656-29733B75 for ; Tue, 16 Aug 2016 11:56:04 -0400 Received: by mail-ua0-f180.google.com with SMTP id n59so128574123uan.2 for ; Tue, 16 Aug 2016 08:56:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mudsite-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=VaAPNTmHD2u1akOTNC8E2LKZBN0xT1hw9F1RQ3FuZ00=; b=konFyPlfgrb0y7B9CgMxXkbjS3cZPguqB1wHEpdwqeK+ZZcCkFpoksILlet4pPIK0M 6CPVjBAAAhBJykthaao4xpddWyTCKOgit2Y66KZeNcWDSWrZ5ExrUiNvBW1b6s0KLfxr Yxm+eeejdiZKzo82PEEJEBugcXEpzMTHQDCY7hRJl9+E22sZppeyCWjt2AzfoYWxz6ct THANSfRTDhapxITQ3ZSdexmVXZURbVd+JGdJPS9Z2hO4bwU/VAkaUNo/M7fEu201mBg5 9a2BvsuVLxY9MH9GWKyNeOoJ1sp01q3UU1KHjyHEUmSjNlxiDkhT1WY3WT6LzdpQrPCM Rj/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=VaAPNTmHD2u1akOTNC8E2LKZBN0xT1hw9F1RQ3FuZ00=; b=gTlOWGegmR2cE3ELlq0Nc6ZqQpqdzwiy5jbfY3qpXEuDQXgAj23I2PzI31ZTw3nNri uHsnfG5/0OPZWAJOvsk9Soc43BW9x2RNcC5x5Z4zVoaqJ55dT4tKs44m43/5/uL2dmgr x0/dCFvRURrp2MPrahWeOOP6O2ctZRBtos2QeZLDZTHU/An4jE6BTBsFuGDLNndoQK7O /5JY6J1k/fNK3rVjgB/a+jvKLZrcpkJLVhTpbotb1qKyJYSDYYQZzTgiBKyR+PsWmWBa UjFndxz/wdFk2dVQ63KVpJ+91G7zFccHgQY91VJq0TFII3PuR6Wdh4sq/P5fbgS1L8ez 2srw== X-Gm-Message-State: AEkoouvL3S4Dn/GDLKqZ3DX+O0oLTNeWy9YkAeYL+g2oFW0/ol9jlNUTP4em2lKEEEiquxt2Y1OC+9l4F2sRhg== X-Received: by 10.31.128.80 with SMTP id b77mr4678907vkd.31.1471362960077; Tue, 16 Aug 2016 08:56:00 -0700 (PDT) MIME-Version: 1.0 Date: Tue, 16 Aug 2016 15:55:49 +0000 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a11429ed2924cac053a3262a0 Subject: [RFC][VOTE] E_WARNING on invalid container read-adccess From: dave@mudsite.com (David Walker) --001a11429ed2924cac053a3262a0 Content-Type: text/plain; charset=UTF-8 Hi all, I raised this concept a couple weeks ago to a couple +1's. Discussion was held mostly upon the PR [1], and I went through and documented within the RFC [2]. I'd like to go ahead and open up the RFC to voting to the scope that it is written. -- Dave [1] https://github.com/php/php-src/pull/2031 [2] https://wiki.php.net/rfc/notice-for-non-valid-array-container --001a11429ed2924cac053a3262a0--