hi, php setlocale(LC_ALL,'some-locale') returns 'C/some-locale/C/C/C/C' string on openbsd 3.8. OpenBSD manual (setlocale.3) says that LC_ALL category is not supported and setlocale should return null or false.
some months ago I've talked about it on #openbsd channel and people said that it should be fixed in 3.9-current today I've got report that 'OpenBSD 3.9-current (GENERIC) #670' does same thing if openbsd does not support LC_ALL category, then why do you return locale name on setlocale call? Maybe you can explain setlocale output string format? -- Tomas

