Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82040 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33188 invoked from network); 6 Feb 2015 12:03:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2015 12:03:37 -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.216.49 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.216.49 mail-qa0-f49.google.com Received: from [209.85.216.49] ([209.85.216.49:42755] helo=mail-qa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/D0-45146-79DA4D45 for ; Fri, 06 Feb 2015 07:03:36 -0500 Received: by mail-qa0-f49.google.com with SMTP id v8so10323528qal.8 for ; Fri, 06 Feb 2015 04:03:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=bJq01hExVLQQYSDhm8W3FHSweBdarbvWUVL6QvJExAc=; b=ZEeCWCGXlYAhNsjj3yOO6OO6antfEeV1GtePlzndu2DmQW9dYW2UkKSAsM3oDcnpbo LLiDYVkydwMKmhD4XU93NwrYLLFvdJgZU6/q5IyDhwksY0HCpHq3RgU4s8TAJ2XXF6LR VgeHDpyD3RhO+awilnrsyeyHhED1TH+KwVi7vG5H7nUSBTtVxBVrpv/QptQhnfHSMKJW 28qh+AvcYoAdNEBSP7RG5oPWnFegKClNepg8OQEIGNJzsj+5+COFWY546aLrAZHrXjIP Qq4ke2QrvbOdWXZv+J6uCQ3UjAnvLpDKVxWr1dAK4tqO4lXgIHJ3zF5dbDyhRCCZ3BbC SEKg== X-Received: by 10.140.42.83 with SMTP id b77mr2001288qga.43.1423224213364; Fri, 06 Feb 2015 04:03:33 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.28.72 with HTTP; Fri, 6 Feb 2015 04:02:53 -0800 (PST) Date: Fri, 6 Feb 2015 21:02:53 +0900 X-Google-Sender-Auth: 81Om1dpt5kcuNZg8QFBhONyS4ZA Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c13054ac6723050e6a350d Subject: [RFC][DISCUSSION] Introduce scrpt_path From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c13054ac6723050e6a350d Content-Type: text/plain; charset=UTF-8 Hi all, This RFC was renamed from "script() and script_once()". Original proposal had defect. It wasn't perfect. This RFC proposes "script_path" INI directive to eliminate file/script inclusion at all via require(). https://wiki.php.net/rfc/script_path It's work in progress, but I would like to start discuss. Thank you! Regards, P.S. Pierre, discussion with you was very helpful. Thank you. -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c13054ac6723050e6a350d--