Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45091 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39479 invoked from network); 26 Jul 2009 00:25:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jul 2009 00:25:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.222.191 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.222.191 mail-pz0-f191.google.com Received: from [209.85.222.191] ([209.85.222.191:57461] helo=mail-pz0-f191.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/1D-55788-792AB6A4 for ; Sat, 25 Jul 2009 20:25:59 -0400 Received: by pzk29 with SMTP id 29so450424pzk.29 for ; Sat, 25 Jul 2009 17:25:56 -0700 (PDT) Received: by 10.115.50.5 with SMTP id c5mr7102422wak.33.1248567956898; Sat, 25 Jul 2009 17:25:56 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id v25sm10070529wah.46.2009.07.25.17.25.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 25 Jul 2009 17:25:56 -0700 (PDT) Message-ID: <4A6BA291.2050809@chiaraquartet.net> Date: Sat, 25 Jul 2009 19:25:53 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: PHP Developers Mailing List X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: $_SERVER keys in PHP 6 From: greg@chiaraquartet.net (Greg Beaver) Hi, In PHP 6, is there a reason all of the keys in $_SERVER are binary except for PHP_SELF, which is unicode? Thanks, Greg