On Mon, 2007-09-10 at 22:56 +0200, Pierre wrote:
> On 9/10/07, Andi Gutmans <[EMAIL PROTECTED]> wrote:
> > > 16) Introduce new php.ini files parser/scanner + CGI/FastCGI?
> > > "htaccess" style ini file support
> > >
> > > 1             0               -1
> >
> > 0 (this can be nice but we need to make sure it's optional because those
> > stat()'s can be very hard on performance which is why many sites turn
> > off .htaccess).
> 
> 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).

Just clarification: the caching is there already. :)
But I didn't use any stat calls for sake of KISS. 
When cached results expire, the file (if it exists..) is re-scanned.
Maybe someone has better idea. But that remains to be seen. :)
 
--Jani

-- 
Patches/Donations: http://pecl.php.net/~jani/

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to