Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1646 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3102 invoked from network); 18 May 2003 00:40:28 -0000 Received: from unknown (HELO asuka.nerv) (24.112.18.98) by pb1.pair.com with SMTP; 18 May 2003 00:40:28 -0000 Received: (qmail 20593 invoked from network); 17 May 2003 18:39:21 -0000 Received: from rei.nerv (HELO dummy.com) (rei@192.168.1.1) by asuka.nerv with SMTP; 17 May 2003 18:39:21 -0000 Reply-To: ilia@prohost.org Organization: Prohost.org To: Shane Caraveo , Moriyoshi Koizumi , php-internal Date: Sat, 17 May 2003 20:47:29 -0400 User-Agent: KMail/1.5 References: <20030518054728tC&SyF@at.wakwak.com> <200305171701.49446.ilia@prohost.org> <3EC6A91D.1010306@caraveo.com> In-Reply-To: <3EC6A91D.1010306@caraveo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200305172047.29535.ilia@prohost.org> Subject: Re: [PHP-DEV] Apache2 SAPI behaviour regarding PATH_TRANSLATED From: ilia@prohost.org ("Ilia A.") On May 17, 2003 05:26 pm, Shane Caraveo wrote: > It is inconsistent to set PATH_TRANSLATED to different things depending > on whether real PATH_INFO is used or not. This inconsistency makes > PATH_TRANSLATED unreliable. Apache is doing the right thing, why should > PHP go and mess that up? A valid point, however we have a big Apache 1 userbase who are used to the old behavior. Why must we alienate them and break their scripts if they are forced to switch to Apache 2? There is little or nothing that we lose from maintaining the old behavior, even though it may not entirely correct. Ilia