[TYPO3] * PROBLEM IDENITIFIED !!! : Install tool loops with PHP 5.2.4 and Apache 2.0.59
Sim
simvirus at gmail.com
Tue Sep 18 16:41:51 CEST 2007
>
> Question: why is there no ttf support on your system? Did you install
> freetype.org libs? It seems that you PHP disti comes without support for
> that :-(
>
> Regs. Peter.
Hi Peter, thanks for reply.
I have freetype-2.2.1 and it isn't normal that Typo3 loops. Isn't it?
I have also checked this script and it work very well on my servers:
<?php
header("Content-type: image/png");
$im = @imagecreate(100, 50)
or die("Cannot Initialize new GD image stream");
$background_color = imagecolorallocate($im, 255, 255, 255);
$text_color = imagecolorallocate($im, 233, 14, 91);
imagestring($im, 1, 5, 5, "A Simple Text String", $text_color);
imagepng($im);
imagedestroy($im);
?>
Thanks for next reply :)
More information about the TYPO3-english
mailing list