Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84095 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79138 invoked from network); 1 Mar 2015 04:30:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Mar 2015 04:30:36 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; 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: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.53 mail-qg0-f53.google.com Received: from [209.85.192.53] ([209.85.192.53:32889] helo=mail-qg0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D3/A2-63732-AE592F45 for ; Sat, 28 Feb 2015 23:30:35 -0500 Received: by mail-qg0-f53.google.com with SMTP id f51so20191571qge.12 for ; Sat, 28 Feb 2015 20:30:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=EtHF2x4R66HBVCcI4Lh5dd5C2GaIL+VJXA2bMcIzJbc=; b=NKMt+A/29xENB+eDDm9Uvhrz35RtLmZ6xaXB/OMf3TwLx7fZz98jyv554fef04MY94 3DTzZLY2W2qO23WQ4Aw5n2dV8bDIURD7xDSoFb6q13KxrN/7+llB2moieoyeqQGPpkK5 0nLmRXmpJihd9z25V2Osznxv2DgktrWevik/NvyVStKi/pGZ9Gk6HzrHD4WgKuVAwZDB 52y4Q7REp6BrZMmpjQUg4QY7h9nccZxTh0wYCQyzSdWmtfH+fWm1ifF1vbTrPGdk7MML NgPmq6ctCevpP3lclTGriknRSk7Fb9KRuk9tM1GeEG+ahfG8SitfHEDVNYoVsJolxt5q oj9A== X-Received: by 10.55.23.25 with SMTP id i25mr3369764qkh.12.1425184230298; Sat, 28 Feb 2015 20:30:30 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.198.8 with HTTP; Sat, 28 Feb 2015 20:29:50 -0800 (PST) In-Reply-To: References: Date: Sun, 1 Mar 2015 13:29:50 +0900 X-Google-Sender-Auth: bspPgEG-BpDBpnvNXxdb6J-TWt8 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a114596a8c95c7c0510328f20 Subject: Re: [RFC][VOTE] Introduce script only include/require From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a114596a8c95c7c0510328f20 Content-Type: text/plain; charset=UTF-8 Hi all, On Thu, Feb 26, 2015 at 7:06 AM, Yasuo Ohgaki wrote: > Vote for script only include/require RFC is started. > This RFC closes one of the fatal security hole in PHP programs with > simple patch. > > https://wiki.php.net/rfc/script_only_include > https://github.com/php/php-src/pull/1111 > Vote ends 2015/3/12 > > It seems there are misunderstandings about the issue and the protection. > If you would like to vote "no", please read the RFC carefully. > If you find fatal reason to reject this RFC, it is about arbitrarily code > execution > and file exposure, so please let us know the reason why. > > If you have question, please ask. > It seems I had better to address stream wrapper issues at the same time even though it's big enough issue. I'll merge https://wiki.php.net/rfc/allow_url_include into this RFC and make this RFC "Under Discussion" state. For those who have voted already, please vote again when RFC is ready to vote again. Thank you. -- Yasuo Ohgaki yohgaki@ohgaki.net --001a114596a8c95c7c0510328f20--