Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86277 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96161 invoked from network); 16 May 2015 22:20:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2015 22:20:45 -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.218.54 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.218.54 mail-oi0-f54.google.com Received: from [209.85.218.54] ([209.85.218.54:35553] helo=mail-oi0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 89/C1-14891-CB2C7555 for ; Sat, 16 May 2015 18:20:44 -0400 Received: by oign205 with SMTP id n205so106016366oig.2 for ; Sat, 16 May 2015 15:20:41 -0700 (PDT) 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=PxuWAcQObuNtsCycMjla8+BTcYJepQLWopVwu9b/BeA=; b=Yg8Ab9OIBLi4EQCI8MqrKi8BJUEJDxu+Vomj1CDWy+NWh1yoewrHwklcXkaj9LQrKh W79bAKQnNTlAxYtzqnZrWE+VsfHruLUBMJcXkn413YGLVni/8WTqB5AMn2m4UPN1uXxn UpeO1lo9zFIrSfDuREwA89IKqCCb7LvW3rebjMbR/PAqZn1OkbIqxtkTmzn3Lu9+92r9 L6MiRoUhfpHS5OQdt7CiLfJM87tJxMyCQj/F4WCwrn4km0LnmTUT7lizrO3Jqy0MeO8c wda9OlCXBP71FXJkRVbvoLnWfm50H5LIagaPUfmMJRyu0cSNhMBqjBWVYSQ+nna0qpbb grhg== X-Received: by 10.182.245.169 with SMTP id xp9mr8113158obc.82.1431814841275; Sat, 16 May 2015 15:20:41 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.202.104.196 with HTTP; Sat, 16 May 2015 15:20:00 -0700 (PDT) In-Reply-To: <5557B3C6.5090601@gmail.com> References: <5557A04D.3090907@gmail.com> <5557B3C6.5090601@gmail.com> Date: Sun, 17 May 2015 07:20:00 +0900 X-Google-Sender-Auth: ZbxEwnsIK-mumiaSRbiyFNzsprk Message-ID: To: Stanislav Malyshev Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c1debeff9c4005163a5e18 Subject: Re: [PHP-DEV] Preload scripts and preloaded scripts only options From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c1debeff9c4005163a5e18 Content-Type: text/plain; charset=UTF-8 Hi Stas, On Sun, May 17, 2015 at 6:16 AM, Stanislav Malyshev wrote: > > Right. Users could implement whitelist by themselves. > > I'm not talking about userspace implementation, I'm talking about > extension - which would make it work with any code as soon as extension > is loaded. > I see. Interesting idea. > > > However, isn't it nice to have this feature? It does not have any > > performance penalty. > > It may be nice for some use cases, true - but that doesn't mean it > should be part of opcache. I think it's better to have it as an > extension - easier to debug, easier to develop, less complex code, etc. Good point. Preload module may be a good option. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c1debeff9c4005163a5e18--