hi,

On Thu, Aug 21, 2008 at 10:32 AM, Jani Taskinen <[EMAIL PROTECTED]> wrote:
> Eh..skipping test because there's a bug that causes a crash??
> Is the bug unfixable (no such thing) or what?

This test can't work on windows because the locale name is unix only
(windows has its own locale name like "french" or
"french.somecodepage", etc., see www.php.net/setlocale).

With VC6 CRT, It happens that calling setlocale with an invalid locale
may crash the win32's setlocale. That's not fixable as we don't
control VC6 CRT implementation. We may work around this bug by testing
if the locale is a valid one (include the windows list in php-src and
doing other horrible things like that) but I don't think it is worth
it. VC9 works like expected as it nicely fails.

Cheers,
-- 
Pierre

http://blog.thepimp.net | http://www.libgd.org

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to