On Wed, 2008-02-13 at 17:47 -0800, Stanislav Malyshev wrote:
> Hi!
> 
> > We first discussed about fastcgi as a first step but the goal is to
> > support this syntax in all SAPI (well, cli makes little sense). It was
> > thought as a replacement for htscanner (see pecl) but without its
> > limitation.
> 
> Ok, that makes sense, thanks.

I don't know for sure but it should be possible to make it SAPI thing,
ie. it would be available everywhere. Right now it's just implemented
for CGI which lacked it the most. It's just about what path is passed
for looking for ini files to scan for. :)

Now that Marcus has implemented the conditional blocks for ini files, it
makes more sense to make this available always as you can enable
sections depending on current SAPI. (you can disable HOST sections if
current SAPI is CLI for example)

Anyone see any problems with this though? :)

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