Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45092 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43019 invoked from network); 26 Jul 2009 00:46:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jul 2009 00:46:07 -0000 Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 97.107.131.220 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 97.107.131.220 whisky.macvicar.net Linux 2.6 Received: from [97.107.131.220] ([97.107.131.220:45253] helo=whisky.macvicar.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/BD-55788-E47AB6A4 for ; Sat, 25 Jul 2009 20:46:07 -0400 Received: from [192.168.42.13] (cpc2-acto2-2-0-cust166.4-2.cable.virginmedia.com [86.1.72.167]) by whisky.macvicar.net (Postfix) with ESMTP id 3C7294695E; Sat, 25 Jul 2009 20:46:03 -0400 (EDT) Cc: PHP Developers Mailing List Message-ID: <239C4C06-7F1F-4B19-87E6-412A8F6F559D@macvicar.net> To: Greg Beaver In-Reply-To: <4A6BA291.2050809@chiaraquartet.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Sun, 26 Jul 2009 01:46:01 +0100 References: <4A6BA291.2050809@chiaraquartet.net> X-Mailer: Apple Mail (2.935.3) Subject: Re: [PHP-DEV] $_SERVER keys in PHP 6 From: scott@macvicar.net (Scott MacVicar) On 26 Jul 2009, at 01:25, Greg Beaver wrote: > Hi, > > In PHP 6, is there a reason all of the keys in $_SERVER are binary > except for PHP_SELF, which is unicode? > The ones that come from the SAPI the end up binary, the ones added internally by PHP end up with unicode keys because we can guarantee they're valid. Scott