[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

[PHP-DEV] ext/phar in php 6

2009-07-25 Thread Greg Beaver
Hi, I've fixed almost all of the issues with ext/phar in PHP 6, including the re-generation of phar.phar, and so I re-enabled it in php-src/trunk. I need a little help with a couple of the failing tests. phar_oo_009.phpt fails because SPL's CSV iteration does not return the last element on a