Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35492 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3802 invoked by uid 1010); 14 Feb 2008 12:51:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3787 invoked from network); 14 Feb 2008 12:51:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2008 12:51:43 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.179 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.179 mho-02-bos.mailhop.org Received: from [63.208.196.179] ([63.208.196.179:60826] helo=mho-02-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F1/17-43552-D5934B74 for ; Thu, 14 Feb 2008 07:51:42 -0500 Received: from [81.22.163.71] (helo=[10.6.109.198]) by mho-02-bos.mailhop.org with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.68) (envelope-from ) id 1JPdYx-000DYW-1P; Thu, 14 Feb 2008 12:51:39 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 81.22.163.71 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19lMh/eW0M3SYwUQBpGPuWxOhzDc+XUQ34= Reply-To: jani.taskinen@iki.fi To: Stanislav Malyshev Cc: PHP Internals In-Reply-To: <47B39DA3.6000402@zend.com> References: <47B390DD.7090403@zend.com> <47B39DA3.6000402@zend.com> Content-Type: text/plain Date: Thu, 14 Feb 2008 14:51:36 +0200 Message-ID: <1202993496.6435.14.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [HOST=] and [PATH=] cgi-only? From: jani.taskinen@sci.fi (Jani Taskinen) 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/