Re: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-20 Thread Michael Mauch
Melvyn Sopacua <[EMAIL PROTECTED]> wrote: > At 18:48 20-10-2002, Mike Robinson wrote: > >>Michael Mauch wrote: >> >> > I doubt that the C library does anything useful with >> > non-ASCII characters while you are in a "C" or "POSIX" >> > locale, so expat or PHP can't do much to correct that. >> > >

RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-20 Thread Mike Robinson
Michael Mauch wrote: > I doubt that the C library does anything useful with > non-ASCII characters while you are in a "C" or "POSIX" > locale, so expat or PHP can't do much to correct that. > > So is your locale something other than "C" or "POSIX"? > "en_US.ISO-8859-1" for example? Yup, that

RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-20 Thread Mike Robinson
Michael Mauch wrote: [snip] > >> > "en_US.ISO-8859-1" for example? > >> > >>Yup, thats what its set to. > > Hmm. Strange. What does > > php -r 'echo strtoupper("äöü"),"\n";' > > yield on your system? And what system is it, btw? It outputs äöü. Stock RedHat-8.0 box, kernel-2.4.18 glibc-2.2.

RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-20 Thread Wez Furlong
I've not been following this thread, but wanted to point out that there is now mb_convert_case() available in the mbstring extension. It is locale independent and you can specify the charset of the string whose case you want to convert. proto string mb_convert_case(string sourcestring, int mode [,

RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-20 Thread Melvyn Sopacua
At 18:48 20-10-2002, Mike Robinson wrote: Michael Mauch wrote: > I doubt that the C library does anything useful with > non-ASCII characters while you are in a "C" or "POSIX" > locale, so expat or PHP can't do much to correct that. > > So is your locale something other than "C" or "POSIX"? > "en

Re: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-20 Thread Melvyn Sopacua
On Sun, 20 Oct 2002, Michael Mauch wrote: > >> > non-ASCII characters while you are in a "C" or "POSIX" > >> > locale, so expat or PHP can't do much to correct that. > >> > > >> > So is your locale something other than "C" or "POSIX"? > >> > "en_US.ISO-8859-1" for example? > >> > >>Yup, thats wh

Re: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-20 Thread Melvyn Sopacua
On Mon, 21 Oct 2002, Melvyn Sopacua wrote: > > >> > > >>Yup, thats what its set to. > > > > Hmm. Strange. What does > > > > php -r 'echo strtoupper("äöü"),"\n";' > > > > yield on your system? And what system is it, btw? > > hmm, then my implementation was wrong. If I set $LC_CTYPE correctly

Re: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-20 Thread Michael Mauch
Mike Robinson <[EMAIL PROTECTED]> wrote: > Michael Mauch writes: > >> Are your locale settings ok? > > Yeah, they're fine, for my locale. > > But I'm not in Germany, though I'm told the beer there > is awesome. :) Yes, I'm told so, too ;-) I doubt that the C library does anything useful with no

RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-19 Thread Mike Robinson
Michael Mauch writes: > Are your locale settings ok? Yeah, they're fine, for my locale. But I'm not in Germany, though I'm told the beer there is awesome. :) Mike > % locale > LANG=de_DE.ISO-8859-15 > LC_CTYPE=de_DE > LC_NUMERIC="de_DE.ISO-8859-15" > LC_TIME="de_DE.ISO-8859-15" > LC_COLLATE

Re: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-19 Thread Michael Mauch
Mike Robinson <[EMAIL PROTECTED]> wrote: > Sorry, that test _is_ in 4.2.3, and it failed there as well > with the same problem, it just didn't output anything during > make test. Are your locale settings ok? % locale LANG=de_DE.ISO-8859-15 LC_CTYPE=de_DE LC_NUMERIC="de_DE.ISO-8859-15" LC_TIME="d

RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-19 Thread Mike Robinson
nnes'; 'PHP Developers Mailing List' > Cc: 'Derick Rethans' > Subject: RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP > 4.3.0pre1 (fwd) > > > I don't think that's it, since it's [supposed to be] on be > default. Setting the option in

RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-19 Thread Mike Robinson
I don't think that's it, since it's [supposed to be] on be default. Setting the option in the test changes nothing anyways. The test is new since 4.2.3, so i couldn't go back and see when it started failing. (Its interesting to note that in 4.2.3 though, _all_ my xml tests failed). Unfortunately,

Re: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-19 Thread Kjartan Mannes
Saturday, October 19, 2002, 7:35:05 PM, Derick Rethans wrote: > On Sat, 19 Oct 2002, Mike Robinson wrote: >> Yes I can reproduce this in 4.3.0pre1 and in CVS from >> yesterday. Exact same output in ext/xml/tests/007.log as below >> in both cases. > Do you also know _why_ it fails and how we can

RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-19 Thread Derick Rethans
On Sat, 19 Oct 2002, Mike Robinson wrote: > Yes I can reproduce this in 4.3.0pre1 and in CVS from > yesterday. Exact same output in ext/xml/tests/007.log as below > in both cases. Do you also know _why_ it fails and how we can fix either the test or the code? Derick -- --

RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-19 Thread Mike Robinson
Mailing List > Subject: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd) > > > Hello, > > somehow the test below fails for some people, but I couldn't > reproduce > it. Anybody else? > > Derick > > > FAIL xml_parse_into_struct/umlauts in

[PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-19 Thread Derick Rethans
Hello, somehow the test below fails for some people, but I couldn't reproduce it. Anybody else? Derick FAIL xml_parse_into_struct/umlauts in tags [ext/xml/tests/007.phpt] EXPECTED OUTPUT string(3) "ÄÖÜ" array(1) { ["ÜÄß"]=> string(3) "Üäß" } string(3) "ÄÖÜ" array(1) { [0]=> array