Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83430 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95142 invoked from network); 21 Feb 2015 21:19:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2015 21:19:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.48 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.48 mail-qg0-f48.google.com Received: from [209.85.192.48] ([209.85.192.48:64039] helo=mail-qg0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/35-08895-D66F8E45 for ; Sat, 21 Feb 2015 16:19:41 -0500 Received: by mail-qg0-f48.google.com with SMTP id a108so19255985qge.7 for ; Sat, 21 Feb 2015 13:19:39 -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:cc:content-type; bh=g+Z5gVCRUYTVhADKGskPD3rGtYZ7asP5IgRh8sehd/A=; b=Ks52WjqweFfJNLYHgpGk6HaCVhI1xbjweSBrKaqzOsOyJLKqrCxpKcvG1oGM00/n/R KWctqYrm/Yexu0YyrquLSbKmORlft8hVnrWHf4h1ROk6ThGRbk5z9TWQKuhWpfsSHEFK +bJnZx2muC+86QApOSfXpA1Mgggw/4V7aMzFkv93+s46dQYCGP/em4jcwr2iOKFyUfjs J88aQjNS/vlO8kpAxDNEN9nysE6iyhoa4wilGeARLFY9NmX1nDR8r4uYSQJbVraGlW/j bubbNNGUEmBxV7sxMfjmRj0IiANyLuG+WCIZd2i+kBEU6pKcMy2arstkRnS0c9zRxl/L sGKg== X-Received: by 10.140.42.130 with SMTP id c2mr8791609qga.105.1424553579449; Sat, 21 Feb 2015 13:19:39 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.198.8 with HTTP; Sat, 21 Feb 2015 13:18:59 -0800 (PST) In-Reply-To: References: Date: Sun, 22 Feb 2015 06:18:59 +0900 X-Google-Sender-Auth: UfCG73duU6so-vxdQInAknM9gaY Message-ID: To: Jan Ehrhardt Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113aa7d21114a0050f9fba60 Subject: Re: [PHP-DEV] Re: [RFC] [FINAL DISCUSSION] Script only include/require From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a113aa7d21114a0050f9fba60 Content-Type: text/plain; charset=UTF-8 Hi Jan, On Sun, Feb 22, 2015 at 12:33 AM, Jan Ehrhardt wrote: > Yasuo Ohgaki in php.internals (Sat, 21 Feb 2015 10:06:24 +0900): > >I think this will be the final discussion before vote. > >This RFC is to make PHP stronger against script inclusion attacks just > like > >other languages. > > > >https://wiki.php.net/rfc/script_only_include > > > >I hope everyone will like this proposal. > > Am I correct in assuning that files with extensions like .inc, .install, > .module will not be included by default anymore if this RFC is accepted? > And that only a change in the php.ini can make those files includable? > > Drupal uses files like these, even in Drupal 8 beta. Would not that be a > big obstacle for installing Drupal, especially at shared hosters where > the user has no control over php.ini? > I forgot to write INI type. The INI is INI_ALL, so users may use any filename extensions. I added. Thank you. -- Yasuo Ohgaki yohgaki@ohgaki.net --001a113aa7d21114a0050f9fba60--