Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1466 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75120 invoked from network); 13 May 2003 06:47:39 -0000 Received: from unknown (HELO www.lerdorf.com) (66.93.78.119) by pb1.pair.com with SMTP; 13 May 2003 06:47:39 -0000 Received: from DELL.lerdorf.com ([10.0.1.23]) by www.lerdorf.com (8.12.9/8.12.9/Debian-3) with ESMTP id h4D6lcjh030573 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 12 May 2003 23:47:38 -0700 Date: Mon, 12 May 2003 23:48:00 -0700 (Pacific Standard Time) To: Sascha Schumann cc: internals@lists.php.net In-Reply-To: Message-ID: References: X-X-Sender: rasmus@lerdorf.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] super-globals corruption From: rasmus@lerdorf.com (Rasmus Lerdorf) On Tue, 13 May 2003, Sascha Schumann wrote: > Are there any known corruption issues with the super globals > in the current PHP 4.3 CVS? > > While deploying an application on Solaris/Sparc today, > $_SERVER["HTTP_HOST"] sometimes contained > > - the right value > - nothing > - $_SERVER["PATH"] > > After that, I just hardwired the right value. I'm in the > process of replicating this on Solaris/x86, but the bug might > be arch-dependent; so any additional info is appreciated. I haven't seen it on Linux/fbsd. -Rasmus