[Bug 988963] Re: Fatal PHP error if class/interface name has letter 'I' and locale set to tr_TR.utf8

2012-05-06 Thread Logan
*** This bug is a duplicate of bug 338720 *** https://bugs.launchpad.net/bugs/338720 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 338720, so it is being marked as such. Please look

[Bug 988963] Re: Fatal PHP error if class/interface name has letter 'I' and locale set to tr_TR.utf8

2012-04-29 Thread Ondřej Surý
This is a known bug: https://bugs.php.net/bug.php?id=18556 ** Bug watch added: bugs.php.net/ #18556 http://bugs.php.net/bug.php?id=18556 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Bug 988963] Re: Fatal PHP error if class/interface name has letter 'I' and locale set to tr_TR.utf8

2012-04-29 Thread Seyfi
Before 5.3, function names were affected by this bug too. Some change in 5.3.0 fixed it for functions, now class and interface names are affected only. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Bug 988963] Re: Fatal PHP error if class/interface name has letter 'I' and locale set to tr_TR.utf8

2012-04-27 Thread Clint Byrum
This is definitely a weird one. Not sure why the locale would cause that. $ sudo locale-gen tr_TR.UTF-8 Generating locales... tr_TR.UTF-8... done Generation complete. $ php ?php setlocale(LC_ALL, 'tr_TR.utf8') or exit(tr_TR locale needed to run this test.PHP_EOL); class IClass { } $inst = new