ID:               18556
 Comment by:       housecafe at freenet dot de
 Reported By:      spud at nothingness dot org
 Status:           Assigned
 Bug Type:         Scripting Engine problem
 Operating System: Linux (RedHat 7.2)
 PHP Version:      5CVS, 4CVS (2005-10-04)
 Assigned To:      dmitry
 New Comment:

Dear php-team,

I´ve seen that 5.2.13RC1 is in progress. Could you fix this bug in this
version, please ?
Because I need turkish locale.

Thanks in advance.


Previous Comments:
------------------------------------------------------------------------

[2010-01-22 09:00:27] paj...@php.net

Dmitry, can you look at it please? It is still reproduceable with 5.2
and 5.3.

------------------------------------------------------------------------

[2009-11-13 16:58:15] joesiegrist at gmail dot com

It is unbelievable that this bug persists into 2009.  It is time to fix

it.

------------------------------------------------------------------------

[2009-08-04 11:23:15] cankoy at ymail dot com

Setting LC_CTYPE to something other than tr_TR solves nothing, it's not
even a workaround, you just get a bastardized locale in which regex
patterns do not match Turkish char.s and XXlower/XXupper functions
become nothing but a joke.
This bug has been around for ages, so it's not fixable? OK, don't fix
it, but at least provide a means to turn off(*) the horrible PHP design
decision "case-insensitive function lookup", so that we have an option
to avoid all this mess.

(*)like, a Php.ini directive

------------------------------------------------------------------------

[2009-07-30 17:21:41] onur dot oguzel at gmail dot com

i guess nobody looks at this bug, 
setlocale(LC_ALL, 'tr_TR');
setlocale(LC_CTYPE, 'en_US');

sure solves this but it is still a bug :)

------------------------------------------------------------------------

[2009-06-18 09:51:52] spam at pamignot dot org

This bug is still alive !!
Can someone have a look to this ?

While it is not fixed, you can set LC_CTYPE to another locale to get it
works again.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/18556

-- 
Edit this bug report at http://bugs.php.net/?id=18556&edit=1

Reply via email to