Hi, On Wed, 2008-07-30 at 14:01 +0100, Steph Fox wrote: > While merging ext/phar to HEAD, I found that environmental variables set in > tests using the --ENV-- section fail to make it as far as the SAPI. Same > with any other env var setting (e.g. my new '-x' parameter to run-tests.php > fails too). [...] > Can anyone on a different platform please confirm/give further clues?
This also affects many other tests, like MySQL ones (see recent posting from Ulf on qa@) The issue is that there's a mix-up between our internal encoding (utf-16) and the outside one. I don't know if there's a good way to get the shell encoding to be used when converting to UTF-16 or if we should use [script|runtime|filesystem|output|fallback|stream]_encoding - For me all of them look wrong. johannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php