Your message dated Mon, 31 Mar 2008 18:45:21 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: [php-maint] Bug#473429: [php5-gd] ImageTTFText does not 
render any string
has caused the Debian Bug report #473429,
regarding [php5-gd] ImageTTFText does not render any string
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
473429: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473429
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: php5-gd
Version: 5.2.5-3
Severity: normal

--- Please enter the report below this line. ---

The following code only produces a black box without any text in it on
two of my machines .

<?php
header ("Content-type: image/gif");
$im = imagecreate (400, 30);
$black = imagecolorallocate ($im, 20, 20, 20);
$white = imagecolorallocate ($im, 255, 200, 255);
$x = imagettftext ($im, 80, 45, 10, 20, $white,
"/usr/share/fonts/truetype/freefont/FreeSansBold.ttf",
              "Test... ");
imagegif ($im);
imagedestroy ($im);
?>

This worked a few days ago !

--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstable        caladan.freestone.net

--- Package information. ---
Depends                            (Version) | Installed
============================================-+-=====================
libc6                             (>= 2.7-1) | 2.7-10
libfreetype6                      (>= 2.3.5) | 2.3.5-1+b1
libgd2-xpm              (>= 2.0.36~rc1~dfsg) | 2.0.36~rc1~dfsg-1
libjpeg62                                    | 6b-14
libpng12-0                     (>= 1.2.13-4) | 1.2.15~beta5-3
libt1-5                                      | 5.1.2-2
libx11-6                                     | 2:1.0.3-7
libxpm4                                      | 1:3.5.7-1
php5-common                      (= 5.2.5-3) | 5.2.5-3
phpapi-20060613+lfs                          |
zlib1g                                       | 1:1.2.3.3.dfsg-11


-- 
Matthias Cramer, Erachfeldstrasse 1b, CH-8180 Bülach, Switzerland
http://www.freestone.net
GnuPG 1024D/2D208250 = DBC6 65B6 7083 1029 781E  3959 B62F DF1C 2D20 8250

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
hiya,

no prob :)

On Monday 31 March 2008 09:37:19 am you wrote:
> Hi Sean
>
> sean finney wrote:
> > hi,
> >
> > On Sunday 30 March 2008 05:45:03 pm Matthias Cramer wrote:
> >> Package: php5-gd
> >> Version: 5.2.5-3
> >> Severity: normal
> >>
> >> --- Please enter the report below this line. ---
> >>
> >> The following code only produces a black box without any text in it on
> >> two of my machines .
> >
> > php5 hasn't seen an update to unstable in almost a month... are you sure
> > it's not a problem with something else you've upgraded recently?
>
> After some more testing and fiddling around ... I looks like it is broken
> longer than a few days ... but its's not php. It looks like that all the
> fonts in the ttf-freefont packages are broken, or at least not usable with
> gd any more. This seams to be bug #472830
>
> Please close this bug.
>
> Best regards and sorry for the troubles
>
>   Matthias


Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply via email to