Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81856 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48018 invoked from network); 5 Feb 2015 02:04:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2015 02:04:33 -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.44 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.44 mail-qg0-f44.google.com Received: from [209.85.192.44] ([209.85.192.44:38735] helo=mail-qg0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/F2-40930-FAFC2D45 for ; Wed, 04 Feb 2015 21:04:32 -0500 Received: by mail-qg0-f44.google.com with SMTP id l89so4311412qgf.3 for ; Wed, 04 Feb 2015 18:04:29 -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=zsF58AxIJmw66ioVZh4wXugIsj4P91W/4WuRhpCDG9U=; b=Hp+oOPLuMJ9FVqGjn1k8rXXRHR7LuVAc2PKbXXL46as9BCB9heaIwqgYEphf63jiY8 ePdEjWcU33mudkpwWePlWavZ34bVK4iKl0sSfSY3Xzt8qWLpDofflubF7+VYl3f8sfDZ egDNLBqn+pgcjnN0/No3GEBT50OToPQug5D/KNVi5Hbs1aQbMoAgvIENEm/FFjcdChFz SZ56l4tZR8geGwgMHCOb84vkpni4rL3OQfEtIXoWUB430lVIsgFMVJzoL5ITuGQPeJDz iaKv4fXanqUSq3ceWcfh9ZoPsCYMjLDwEPy6gZOXmv4vCx6qvy+O3LBgzi394duINKgy 2YMg== X-Received: by 10.229.70.133 with SMTP id d5mr3403897qcj.2.1423101869221; Wed, 04 Feb 2015 18:04:29 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.28.72 with HTTP; Wed, 4 Feb 2015 18:03:46 -0800 (PST) In-Reply-To: References: Date: Thu, 5 Feb 2015 11:03:46 +0900 X-Google-Sender-Auth: nAUFT1WvmbWMS2UpH6UOng4clSg Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11339006651f73050e4db916 Subject: Re: [RFC][DISCUSSION] script() and script_once() From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11339006651f73050e4db916 Content-Type: text/plain; charset=UTF-8 Hi all, On Thu, Feb 5, 2015 at 10:53 AM, Yasuo Ohgaki wrote: > I would like to discuss my "must have it in PHP 7" item. > > PHP RFC: script() and script_once() > https://wiki.php.net/rfc/script_and_script_once > Since script()/script_once() is almost copy of require()/require_once(), it could be INI option. require_embed = On/Off This allows existing PHP script to be secure without rewriting. If many of you like this, I'll change the RFC. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11339006651f73050e4db916--