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
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to