[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 at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** Also affects: php via
   http://bugs.php.net/bug.php?id=18556
   Importance: Unknown
   Status: Unknown

** This bug has been marked a duplicate of bug 338720
   Function lookup problem after calling setlocale(LC_ALL, tr_TR)

-- 
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/php/+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] 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.
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] 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] 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 IClass;
PHP Fatal error:  Class 'IClass' not found in - on line 4
$ apt-cache policy php5-cli
php5-cli:
  Installed: 5.3.10-1ubuntu3
  Candidate: 5.3.10-1ubuntu3
  Version table:
 *** 5.3.10-1ubuntu3 0
500 http://mirrors.kernel.org/ubuntu/ precise/main amd64 Packages
100 /var/lib/dpkg/status


** Changed in: php5 (Ubuntu)
   Status: New = Confirmed

** Changed in: php5 (Ubuntu)
   Importance: Undecided = Medium

-- 
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