Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1640 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61807 invoked from network); 17 May 2003 20:54:51 -0000 Received: from unknown (HELO asuka.nerv) (24.112.18.98) by pb1.pair.com with SMTP; 17 May 2003 20:54:51 -0000 Received: (qmail 12423 invoked from network); 17 May 2003 14:53:42 -0000 Received: from rei.nerv (HELO dummy.com) (rei@192.168.1.1) by asuka.nerv with SMTP; 17 May 2003 14:53:42 -0000 Reply-To: ilia@prohost.org To: Moriyoshi Koizumi , php-internal Date: Sat, 17 May 2003 17:01:49 -0400 User-Agent: KMail/1.5 References: <20030518054728tC&SyF@at.wakwak.com> In-Reply-To: <20030518054728tC&SyF@at.wakwak.com> Organization: Prohost.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200305171701.49446.ilia@prohost.org> Subject: Re: [PHP-DEV] Apache2 SAPI behaviour regarding PATH_TRANSLATED From: ilia@prohost.org ("Ilia A.") On May 17, 2003 04:47 pm, Moriyoshi Koizumi wrote: > Hi, > > I had prepared a fix for bug #23610 (http://bugs.php.net/23610) > that complains PATH_TRANSLATED is not populated under Apache2 SAPI, > but I ended up reverting it as Shane told me that the patch was > technically wrong while that variable is designed to be set to > SCRIPT_FILENAME if it's absent under Apache1 SAPI. > +1 I think PATH_TRANSLATED is a fairly important variable to have and by having it avaliable it makes Apache 1 > Apache 2 that much migration easier. IMO the Apache 2 sapi should work the same way as Apache 1 sapi does. Ilia