Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80153 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10645 invoked from network); 4 Jan 2015 16:14:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2015 16:14:05 -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:37750] helo=smtp2-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/71-02442-CC669A45 for ; Sun, 04 Jan 2015 11:14:05 -0500 Received: from moorea (unknown [82.240.16.115]) by smtp2-g21.free.fr (Postfix) with ESMTP id 71FD94B02AB; Sun, 4 Jan 2015 17:12:13 +0100 (CET) Reply-To: To: "'Andrea Faulds'" , References: <003901d027be$d1837ff0$748a7fd0$@tekwire.net> In-Reply-To: Date: Sun, 4 Jan 2015 17:13:59 +0100 Message-ID: <000c01d02839$738c0ef0$5aa42cd0$@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: AQJnHRlI5B6zrZ1DNvutxO6zqwMUmAHP6BFjm3O4kqA= Content-Language: fr X-Antivirus: avast! (VPS 150104-0, 04/01/2015), Outbound message X-Antivirus-Status: Clean Subject: RE: [PHP-DEV] [RFC] Add is_cacheable() stream-wrapper operation From: francois@tekwire.net (=?iso-8859-1?Q?Fran=E7ois_Laupretre?=) > De=A0: Andrea Faulds [mailto:ajf@ajf.me] > How would cache invalidation work? Is there already some mechanism to > handle that with streams? Sorry, I am not sure I understand what you mean with 'cache = invalidation'. Do you mean stat/mtime check to detect file changes ? This mechanism = works the same with stream wrappers through an url_stat() call.