[Typo3-debian] Problems with tr_TR and PHP stable debian package
JoH
info at cybercraft.de
Sun Aug 24 12:07:19 CEST 2003
> > These bugs should be fixed with PHP 4.3.x but as far as I know there are
> > several other Typo3 problems when upgrading to this version. So could
> > someone who is running debian woody with PHP 4.3.x please tell me if
Typo3
> > is running stable or not AND what code has to be changed to get Typo3
> > running with this configuration.
>
> I think this should also be fixed in Debians 4.1.2 release if it really
was
> a bug!
>
> Can you please check whether this only affects Typo3 or not? Just make a
> small test page.
OK - here is what I did:
Created a file http://flyerking.cmsbox.de/trtest.php
with the following content (taken from
http://bugs.php.net/bug.php?id=18556):
<?
setlocale(LC_ALL, tr_TR);
class InfoBlob {
var $foo;
function InfoBlob() {
$this->foo = "Foo";
}
}
echo ('Instantiating an infoBlob with a lowercase i<br>');
$foobar = new infoBlob();
echo ($foobar->foo);
echo ('<br>Instantiating an InfoBlob with an uppercase I<br>');
$foobar = new InfoBlob();
echo ($foobar->foo);
?>
Klick on the link to see the result. So it seems that the bug really exists
even in the "stable" debian woody version.
Is there a patch to fix this, or do we have to install PHP 4.3.x with all
the other known and unknown bugs and incompatibilities?
Joey
More information about the TYPO3-debian
mailing list