Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80139 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54494 invoked from network); 4 Jan 2015 06:02:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2015 06:02:58 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.176 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.176 mail-qc0-f176.google.com Received: from [209.85.216.176] ([209.85.216.176:33270] helo=mail-qc0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/24-31232-097D8A45 for ; Sun, 04 Jan 2015 01:02:57 -0500 Received: by mail-qc0-f176.google.com with SMTP id i17so14593412qcy.35 for ; Sat, 03 Jan 2015 22:02:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=xNyILbwc7xylXX7VtfjUZYgPj92AAavRBl+n+8cAaOI=; b=HZwp0MwUKidDi9ITE1vraZgcGQRZjRW9O18puMEjcOPSdbARuHwFbdORsopAaiFjwT A3sBZ6SMcl9fpIH9ExRnCNudt+khUkuwAJzYUCSR+P25R9hQGuhdn5Xu+WdWX3S7Jv35 zMN2s+lh2PJ5xCSW4vXtd08KSrKzoylaDCZu0vydhbz8pvZDwtI4HXm3v2Son0VmAfFa 6pv8lLaCZ9F+U2MUrKGd45yVAWUOV8ZUtJuhIQx3KUTR8BcfkpxFH1N7njxJsFMPgOAc cX3jEDDFeCbC7l0cf/m+tyYWx8XFmBFPskyRG0K+x4jWzhFMZVkXoySuQCM6AmJk4XVE BRNw== MIME-Version: 1.0 X-Received: by 10.140.93.103 with SMTP id c94mr16011898qge.54.1420351374043; Sat, 03 Jan 2015 22:02:54 -0800 (PST) Received: by 10.140.22.106 with HTTP; Sat, 3 Jan 2015 22:02:53 -0800 (PST) In-Reply-To: <003901d027be$d1837ff0$748a7fd0$@tekwire.net> References: <003901d027be$d1837ff0$748a7fd0$@tekwire.net> Date: Sat, 3 Jan 2015 22:02:53 -0800 Message-ID: To: francois@tekwire.net Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Add is_cacheable() stream-wrapper operation From: pierre.php@gmail.com (Pierre Joye) hi, On Sat, Jan 3, 2015 at 5:36 PM, Fran=C3=A7ois Laupretre wrote: > Hi, > > I just wrote this RFC to propose a clean way for opcode caches to decide = if > a given URI is cacheable or not : > > https://wiki.php.net/rfc/streams-is-cacheable > > Please comment. It looks like a good addtion, thanks :) I am all for it.. Could you add tests please? A must before going any further :) Please add the changes to UPGRADING.INTERNALS and UPGRADING as well. Cheers, --=20 Pierre @pierrejoye | http://www.libgd.org