ID: 8711 Comment by: jason at axsystech dot net Reported By: gafain at fineware dot it Status: Closed Bug Type: GD related Operating System: Linux Mandrake 7.2 PHP Version: 4.0.4pl1 New Comment:
I have the same problem. Previous Comments: ------------------------------------------------------------------------ [2001-06-27 22:34:37] [EMAIL PROTECTED] No feedback. Can't reproduce. ------------------------------------------------------------------------ [2001-06-03 06:59:38] [EMAIL PROTECTED] Please try the latest release candidate: http://www.php.net/~andi/php-4.0.6RC2.tar.gz Also, add a FULL example script which can be just copy/pasted and run to reproduce this. Also a GDB backtrace would be useful. Here are intructions how to generate one: http://www.php.net/bugs-generating-backtrace.php --Jani ------------------------------------------------------------------------ [2001-01-15 09:12:27] gafain at fineware dot it Header("Content-type: image/gif"); $dims=ImageTTFBBox($size,0,$fontname,$text); $w=$dims[4]+$dims[6]; $h=-($dims[5]+$dims[3]); $im = imagecreate($w,$h); $bg = splitColor($background); $fg = splitColor($color); $back= ImageColorAllocate($im, $bg[0],$bg[1],$bg[2]); $fore= ImageColorAllocate($im, $fg[0],$fg[1],$fg[2]); ImageFilledRectangle($im,0,0,$w,$h,$back); ImageTTFText($im, $size, 0, -1 ,$h-2 , $fore, $fontname, $text); ImageGif($im); ImageDestroy($im); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=8711&edit=1
