On Mon, 2007-09-10 at 13:47 -0700, Andi Gutmans 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).

Already is optional and only is used with sapi/cgi right now.
Also the ".htaccess" results are cached to minimize the performance
penalty. Another thing is that you can put the stuff in the main
php.ini, using the special section stuff I implemented. 
Thus you don't need the ".htaccess" files at all if necessary.

IMO, this isn't just "nice", this is essential functionality that should
have been done years ago. But I'm biased. :)

--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