Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1461 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11403 invoked from network); 13 May 2003 01:16:09 -0000 Received: from unknown (HELO milton.schell.de) (217.160.72.35) by pb1.pair.com with SMTP; 13 May 2003 01:16:09 -0000 Received: (qmail 24872 invoked by uid 501); 13 May 2003 01:16:08 -0000 Received: from unknown (HELO eco.foo) (80.143.44.174) by kdserv.de with SMTP; 13 May 2003 01:16:08 -0000 Received: from localhost (localhost [127.0.0.1]) by eco.foo (Postfix) with ESMTP id A3F0646195 for ; Tue, 13 May 2003 03:16:03 +0200 (CEST) Date: Tue, 13 May 2003 03:16:02 +0200 (CEST) X-X-Sender: sas@eco.foo To: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: super-globals corruption From: sascha@schumann.cx (Sascha Schumann) 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. - Sascha