Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12930 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79806 invoked by uid 1010); 21 Sep 2004 23:09:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79782 invoked by uid 1007); 21 Sep 2004 23:09:54 -0000 Message-ID: <20040921230954.79781.qmail@pb1.pair.com> To: internals@lists.php.net References: <5.1.0.14.2.20040920182416.04a8cdd0@localhost> <5.1.0.14.2.20040921115703.02d197a0@localhost> Date: Tue, 21 Sep 2004 16:09:53 -0700 Lines: 11 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Posted-By: 169.229.135.175 Subject: Re: [PHP-DEV] realpath() caching From: pollita@php.net ("Sara Golemon") > realpath_cache_ttl - Time to live for cache entry (default 120 seconds; if > set to 0 then doesn't refresh). > Ah, didn't grok the TTL at first glance.... that fairly well negates the need for an explicit flush.... If the FS layout needs to change all one would have to do is turn down the TTL, make the change, and turn it back up after the cache is sure to be cleared... -Sara