Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81998 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34316 invoked from network); 6 Feb 2015 02:08:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2015 02:08:23 -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:45806] helo=mail-qa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EE/9A-17766-61224D45 for ; Thu, 05 Feb 2015 21:08:22 -0500 Received: by mail-qa0-f49.google.com with SMTP id v8so8777459qal.8 for ; Thu, 05 Feb 2015 18:08:19 -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=6Wkam1S4zdKZ5jqro9P57uwrLmLpZm25lA5f9yl0+A8=; b=hrPDYXRlLvtIgd/Az2zpS4aDlXdoriNm4JoXWEsmxhaNdHzFWKV/QN6xahM3jA39Bj dJRpAl+pT2akevglD2A8BYTjIawHpUUuIKleRN10vPONON45SBDurqST2hVbTXBstXaI RpzZzQ6z+w953dNsHf/9PhDeZTt7OifFQtzqGtbiVJqViBMAZH22RM8J1MxvhWQgEPyo FxAHtSoGK9kDQb7cpzulwhtO6dyhTbkELZVDS67mlpvTEt+sUAxykOkXAF1hNQFAUhnT kDvV9jhCcO759+wQ+EE2A9FTD2r/jxrdflJPhJ9BwD/3YEtRdCTkXpeVXXssq7ul9w2a hD8g== X-Received: by 10.224.161.138 with SMTP id r10mr2955877qax.21.1423188499597; Thu, 05 Feb 2015 18:08:19 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.28.72 with HTTP; Thu, 5 Feb 2015 18:07:39 -0800 (PST) In-Reply-To: References: Date: Fri, 6 Feb 2015 11:07:39 +0900 X-Google-Sender-Auth: 814rxpDTm9GxjyJfJ7CO8hzTB_U Message-ID: To: Pierre Joye Cc: Leigh , Adam Harvey , reeze , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e014953ecf79095050e61e47e Subject: Re: [PHP-DEV] Re: [RFC][DISCUSSION] script() and script_once() From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e014953ecf79095050e61e47e Content-Type: text/plain; charset=UTF-8 Hi Pierre, On Fri, Feb 6, 2015 at 10:39 AM, Pierre Joye wrote: > I do not put high value in this ISO ;-) > I am :) Almost all of my clients are ISMS or similar certified. However, back to this exact feature. I am not convinced it is the > right way, there are many cases required more than just checking valid > code ( archives-like solutions. And even with this solution, a compromised > server (via a web app or other) could still do whatever they want with > php scripts if the web server is not configured correctly. > With this proposal,