Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86272 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84830 invoked from network); 16 May 2015 21:17:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2015 21:17:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.46 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.46 mail-pa0-f46.google.com Received: from [209.85.220.46] ([209.85.220.46:35638] helo=mail-pa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 28/BF-14891-EC3B7555 for ; Sat, 16 May 2015 17:17:02 -0400 Received: by pacwv17 with SMTP id wv17so81669759pac.2 for ; Sat, 16 May 2015 14:16:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=4q4wAaf81FI04WtAmj/g1xyTB+zonpgZdV+5IAPMj7E=; b=uBVOXGBPlowZECM3VHH9WzryGvQGb4rdjnzrquzMQzL5t3Za3NyrtaYQGS0CKQpJPg PJsU3rtL8wDK8HuUgAVdQQ4DFNf7ExEmoHc65QM+yvoFH0IZp943oSKsK9ERHInWAQQO 1ZU4yjsqf8Vbv6WFOTblwZ7BPxp/78ry0cH5EX/yWnroEuwbYyxR1x0lXoX0eCswKwny E6wmRW7z0b7NIiUUSb/dgHrOSaXJOkeVIJ/440T036OintlOhuu+HWkgb/rMg6cVTNHd z41PMF1UeAEBIy5HOYg1Hr3fo9ezMqZmBYRvBuZuJ8+bIC+F2O8MwGavLXNGw9ppx0jE dhHQ== X-Received: by 10.68.191.101 with SMTP id gx5mr30758938pbc.148.1431811019128; Sat, 16 May 2015 14:16:59 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id mp3sm5597737pbc.8.2015.05.16.14.16.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 16 May 2015 14:16:58 -0700 (PDT) Message-ID: <5557B3C6.5090601@gmail.com> Date: Sat, 16 May 2015 14:16:54 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Yasuo Ohgaki CC: "internals@lists.php.net" References: <5557A04D.3090907@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Preload scripts and preloaded scripts only options From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > 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. > 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. -- Stas Malyshev smalyshev@gmail.com