Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35469 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11307 invoked by uid 1010); 14 Feb 2008 01:34:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11292 invoked from network); 14 Feb 2008 01:34:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2008 01:34:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.237 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.184.237 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.237] ([64.233.184.237:38602] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/CB-24174-2BA93B74 for ; Wed, 13 Feb 2008 20:34:44 -0500 Received: by wr-out-0506.google.com with SMTP id c38so354279wra.17 for ; Wed, 13 Feb 2008 17:34:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=GKhN6AMiLnegy5kfFQnipM9uzu68r1ab8chy9SAqBQc=; b=U3V9Pk3iMlAz0pmFEKhtvLpESchpwzWBKYj9AeRRO+cR6tI8Lm3Cvqn6FOKFpwQ4co+E60go3J501qCYU+4IF1/KKl9Ww8fxtmQVgSxatjpCeg4quh1fUjWMo5DmacTdYqNke/4AtvHPGxxtBZ8l2oQM9s+fbcK21VTzlB6mPAg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AxFMDBmoXQephjXQee5Kb1pRURdvdozikGBElXK+ZXODfJSUp6xT03HpS1QJ81XswvMXVTN60qMqSJp9dWpwW+QZnlMWPMl39wD0pgAVm7SZ0OlmnvspzaxJfy8TZRFl+x4u8mgootzQ56tXC1IEdXcOAv51r88yQTECSU67FGI= Received: by 10.140.191.14 with SMTP id o14mr502949rvf.78.1202952878495; Wed, 13 Feb 2008 17:34:38 -0800 (PST) Received: by 10.141.70.21 with HTTP; Wed, 13 Feb 2008 17:34:38 -0800 (PST) Message-ID: Date: Thu, 14 Feb 2008 02:34:38 +0100 To: "Stanislav Malyshev" Cc: "PHP Internals" , "Jani Taskinen" In-Reply-To: <47B390DD.7090403@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47B390DD.7090403@zend.com> Subject: Re: [PHP-DEV] [HOST=] and [PATH=] cgi-only? From: pierre.php@gmail.com ("Pierre Joye") Hi Stan, On Feb 14, 2008 1:52 AM, Stanislav Malyshev wrote: > Hi! > > Do I understand correctly that current [HOST=] and [PATH=] functionality > for PHP works only for CGI/FCGI sapi? Is there any reason for other > SAPIs not to do it (except for the obvious - lack of implementation :)? > I know there's .htacess for Apache, etc. but there may be setups that > might prefer to deal with php.ini... 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. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org