Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80134 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27100 invoked from network); 4 Jan 2015 01:36:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2015 01:36:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=francois@tekwire.net; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=francois@tekwire.net; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain tekwire.net does not designate 212.27.42.2 as permitted sender) X-PHP-List-Original-Sender: francois@tekwire.net X-Host-Fingerprint: 212.27.42.2 smtp2-g21.free.fr Received: from [212.27.42.2] ([212.27.42.2:5906] helo=smtp2-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/60-24630-D0998A45 for ; Sat, 03 Jan 2015 20:36:14 -0500 Received: from moorea (unknown [82.240.16.115]) by smtp2-g21.free.fr (Postfix) with ESMTP id D743A4B00D1 for ; Sun, 4 Jan 2015 02:34:25 +0100 (CET) Reply-To: To: Date: Sun, 4 Jan 2015 02:36:10 +0100 Message-ID: <003901d027be$d1837ff0$748a7fd0$@tekwire.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdAnvT8QeGZSsu2WTbmWAo9bmdES0w== Content-Language: fr X-Antivirus: avast! (VPS 150103-1, 03/01/2015), Outbound message X-Antivirus-Status: Clean Subject: [RFC] Add is_cacheable() stream-wrapper operation From: francois@tekwire.net (=?iso-8859-1?Q?Fran=E7ois_Laupretre?=) 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. Regards Fran=E7ois