[PHP-DEV] $_SERVER keys in PHP 6

2009-07-25 Thread 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 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] $_SERVER keys in PHP 6

2009-07-25 Thread 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