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

2012-04-26 Thread Seyfi
Public bug reported: Description:Ubuntu 11.10 Release:11.10 php5-cli: Installed: 5.3.6-13ubuntu3.6 Candidate: 5.3.6-13ubuntu3.6 Test case #1: ?php setlocale(LC_ALL, 'tr_TR.utf8') or exit(tr_TR locale needed to run this test.PHP_EOL); class IClass { } $inst = new IClass; ?

[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 338720] Re: Function lookup problem after calling setlocale(LC_ALL, tr_TR)

2012-05-22 Thread Seyfi
Hi, I reported bug #988963 which was marked as duplicate of this one. Actually, the test case reported here does not generate said error as of Php 5.3.0, that's why I opened a new report rather than continuing with this one. But, the root of this issue reported upstream at #18556 is still