Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32212 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89952 invoked by uid 1010); 10 Sep 2007 21:25:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89936 invoked from network); 10 Sep 2007 21:25:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2007 21:25:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.114 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 63.205.162.114 unknown Windows 2000 SP4, XP SP1 Received: from [63.205.162.114] ([63.205.162.114:31509] helo=us-ex1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F6/C4-59734-846B5E64 for ; Mon, 10 Sep 2007 17:25:30 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 10 Sep 2007 14:25:26 -0700 Message-ID: <698DE66518E7CA45812BD18E807866CEA2AE60@us-ex1.zend.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] PHP 5.3 Suggested Feature List Thread-Index: Acfz7QrInnWm4IoeTYu/lIv6+FCN5wAA/hBQ References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> <698DE66518E7CA45812BD18E807866CEA2AE39@us-ex1.zend.net> To: "Pierre" Cc: "Ilia Alshanetsky" , "PHP Developers Mailing List" Subject: RE: [PHP-DEV] PHP 5.3 Suggested Feature List From: andi@zend.com ("Andi Gutmans") > -----Original Message----- > From: Pierre [mailto:pierre.php@gmail.com] > Sent: Monday, September 10, 2007 1:56 PM > To: Andi Gutmans > Cc: Ilia Alshanetsky; PHP Developers Mailing List > Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List >=20 > For the record here, a cache is planed once we have a stable version. > Something like what htscanner does, it already caches the entries > (cache + stat check once ttl is over). We've wanted to do a stat() cache for quite a while. If you work on it, please make it generic in TSRM and then we can use it in various places in PHP including this feature. Thanks! ANdi