[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 unresolved and 
affects classes, interfaces.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/338720

Title:
  Function lookup problem after calling setlocale(LC_ALL, tr_TR)

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/338720/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.
https://bugs.launchpad.net/bugs/988963

Title:
  Fatal PHP error if class/interface name has letter 'I' and locale set
  to tr_TR.utf8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/988963/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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;
?
produces the following:
PHP Fatal error:  Class 'IClass' not found...

Test case #2:
?php
setlocale(LC_ALL, 'tr_TR.utf8') or exit(tr_TR locale needed to run this 
test.PHP_EOL);
interface Intf { }
class MyClass implements Intf { }
?
produces the following:
PHP Fatal error:  Interface 'Intf' not found...

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/988963

Title:
  Fatal PHP error if class/interface name has letter 'I' and locale set
  to tr_TR.utf8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/988963/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs