Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86261 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65908 invoked from network); 16 May 2015 19:53:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2015 19:53:57 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.52 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.52 mail-pa0-f52.google.com Received: from [209.85.220.52] ([209.85.220.52:35993] helo=mail-pa0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/DB-14891-550A7555 for ; Sat, 16 May 2015 15:53:57 -0400 Received: by pabts4 with SMTP id ts4so79245739pab.3 for ; Sat, 16 May 2015 12:53:54 -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:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=4RBeXg06xvjYcpg6xWdXISwfLPBGlTYyR9S6VZ5rADk=; b=XZ/kSOy0Tx/OyfFABUfmGJwmk/wphppOE3t6IAF1MSw+pKFgk4wGabbxyZs+UfKga6 0TsyUE1JXnJBY8T4OlQqRGLVHjY1L7E7C6VBOsVDdfQvvGawAnnv6ea+JWQsRJRVCa7D nNiIxYhf//w67ESU4WniDAdnjmH1QNX5NzCR6l3uuIp1xcC9/rnKcKTXNOIiSwhK1ObP aqBAzIPebhN4fmtSRjo4BNK5M0lfbp7hlHWS6kpZO3uBV2ZyCk5bLZkJHeJzzRm7jcNa ryNvj0h7Y6hYL6UADezE3lpBYHBEIoTI9RG2GP3GYcBKz9CgKggFeiLp5oS/mKuGDBDc i75A== X-Received: by 10.70.90.231 with SMTP id bz7mr29767819pdb.15.1431806034206; Sat, 16 May 2015 12:53:54 -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 h12sm5495200pdk.77.2015.05.16.12.53.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 16 May 2015 12:53:53 -0700 (PDT) Message-ID: <5557A04D.3090907@gmail.com> Date: Sat, 16 May 2015 12:53:49 -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 , "internals@lists.php.net" References: 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! > In addition, how about have a option that allows preloaded script only? I imagine it would be not hard to do with an extension overriding compile_file, etc. the same way opcache does? This way it can be implemented as independent functionality not needing modification of the engine or opcache. -- Stas Malyshev smalyshev@gmail.com